|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Constructors | ||
Color ) |
Documentation changed from old to new. |
Creates a DefaultColorSelectionModel with the current color set to color which should be non-null . |
void ) |
Documentation changed from old to new. |
Creates a DefaultColorSelectionModel with the current color set to Color.white . |
Added Methods | |
ChangeListener[] getChangeListeners() |
Returns an array of all the ChangeListener s added to this DefaultColorSelectionModel with addChangeListener . |
Changed Methods | ||
void addChangeListener(ChangeListener ) |
Documentation changed from old to new. |
Adds a ChangeListener to the model. |
void fireStateChanged() |
Documentation changed from old to new. |
Runs each ChangeListener 's stateChanged method. |
Color getSelectedColor() |
Documentation changed from old to new. |
Returns the selected Color which should be non-null . |
void removeChangeListener(ChangeListener ) |
Documentation changed from old to new. |
Removes a ChangeListener from the model. |
void setSelectedColor(Color ) |
Documentation changed from old to new. |
Sets the selected color to color . |
Changed Fields | ||
ChangeEvent changeEvent |
Documentation changed from old to new. |
Only one ChangeEvent is needed per model instance since the event's only (read-only) state is the source property. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |