Uses of Interface
javax.swing.colorchooser.ColorSelectionModel
Package
Description
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
Contains classes and interfaces used by the
JColorChooser
component.-
Uses of ColorSelectionModel in javax.swing
Modifier and TypeMethodDescriptionJColorChooser.getSelectionModel()
Returns the data model that handles color selections.Modifier and TypeMethodDescriptionvoid
JColorChooser.setSelectionModel
(ColorSelectionModel newModel) Sets the model containing the selected color.ModifierConstructorDescriptionJColorChooser
(ColorSelectionModel model) Creates a color chooser pane with the specifiedColorSelectionModel
. -
Uses of ColorSelectionModel in javax.swing.colorchooser
Modifier and TypeClassDescriptionclass
A generic implementation ofColorSelectionModel
.Modifier and TypeMethodDescriptionAbstractColorChooserPanel.getColorSelectionModel()
Returns the model that the chooser panel is editing.