Uses of Interface
javax.swing.colorchooser.ColorSelectionModel
Packages that use 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.swingMethods in javax.swing that return ColorSelectionModelModifier and TypeMethodDescriptionJColorChooser.getSelectionModel()Returns the data model that handles color selections.Methods in javax.swing with parameters of type ColorSelectionModelModifier and TypeMethodDescriptionvoidJColorChooser.setSelectionModel(ColorSelectionModel newModel) Sets the model containing the selected color.Constructors in javax.swing with parameters of type ColorSelectionModelModifierConstructorDescriptionJColorChooser(ColorSelectionModel model) Creates a color chooser pane with the specifiedColorSelectionModel.
- 
Uses of ColorSelectionModel in javax.swing.colorchooserClasses in javax.swing.colorchooser that implement ColorSelectionModelModifier and TypeClassDescriptionclassA generic implementation ofColorSelectionModel.Methods in javax.swing.colorchooser that return ColorSelectionModelModifier and TypeMethodDescriptionAbstractColorChooserPanel.getColorSelectionModel()Returns the model that the chooser panel is editing.