DefaultColorSelectionModelpublic interface ColorSelectionModel
Color.| Modifier and Type | Method | Description | 
|---|---|---|
| void | addChangeListener | Adds  listeneras a listener to changes in the model. | 
| Color | getSelectedColor() | Returns the selected  Colorwhich should be non-null. | 
| void | removeChangeListener | Removes  listeneras a listener to changes in the model. | 
| void | setSelectedColor | Sets the selected color to  color. | 
Color getSelectedColor()
Color which should be non-null.Color
void setSelectedColor(Color color)
color. Note that setting the color to null is undefined and may have unpredictable results. This method fires a state changed event if it sets the current color to a new non-null color.color - the new Color
void addChangeListener(ChangeListener listener)
listener as a listener to changes in the model.listener - the ChangeListener to be addedvoid removeChangeListener(ChangeListener listener)
listener as a listener to changes in the model.listener - the ChangeListener to be removed
    © 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
    https://docs.oracle.com/en/java/javase/21/docs/api/java.desktop/javax/swing/colorchooser/ColorSelectionModel.html