The ColorChooser component, as it's names suggests, allows the user to chooser a color from a series of color swatches.
A ColorSelectionModel interface is used to track the currently selected colors. You can register a ChangeListener with the model a you will be informed when the color selection changes.
In fact many of the components with EchoPoint use model interfaces to track the current selected value and hence can inform any registered ChangeListener.
|