javax.swing.colorchooser |
Contains classes and interfaces used by the JColorChooser
component.
Note:
Most of the Swing API is not thread safe.
For details, see
Threads and Swing,
a section in
The Java Tutorial.
Related Documentation
This document forms the complete API specification. For overviews, tutorials,
examples, guides, and tool documentation, please see:
@since 1.2
@serial exclude
|
Java Source File Name | Type | Comment |
AbstractColorChooserPanel.java | Class | This is the abstract superclass for color choosers. |
CenterLayout.java | Class | Center-positioning layout manager. |
ColorChooserComponentFactory.java | Class | A class designed to produce preconfigured "accessory" objects to
insert into color choosers.
Warning:
Serialized objects of this class will not be compatible with
future Swing releases. |
ColorSelectionModel.java | Interface | A model that supports selecting a Color . |
DefaultColorSelectionModel.java | Class | A generic implementation of ColorSelectionModel . |
DefaultHSBChooserPanel.java | Class | |
DefaultPreviewPanel.java | Class | The standard preview panel for the color chooser.
Warning:
Serialized objects of this class will not be compatible with
future Swing releases. |
DefaultRGBChooserPanel.java | Class | The standard RGB chooser.
Warning:
Serialized objects of this class will not be compatible with
future Swing releases. |
DefaultSwatchChooserPanel.java | Class | The standard color swatch chooser.
Warning:
Serialized objects of this class will not be compatible with
future Swing releases. |
SmartGridLayout.java | Class | |
SyntheticImage.java | Class | A helper class to make computing synthetic images a little easier.
All you need to do is define a subclass that overrides computeRow
to compute a row of the image. |