Generated by
JDiff

javax.swing.colorchooser Documentation Differences

This file contains all the changes in documentation in the package javax.swing.colorchooser as colored differences. Deletions are shown like this, and additions are shown like this.
If no deletions or additions are shown in an entry, the HTML tags will be what has changed. The new HTML tags are shown in the differences. If no documentation existed, and then some was added in a later version, this change is noted in the appropriate class pages of differences, but the change is not shown on this page. Only changes in existing text are shown here. Similarly, documentation which was inherited from another class or interface is not shown here.
Note that an HTML error in the new documentation may cause the display of other documentation changes to be presented incorrectly. For instance, failure to close a <code> tag will cause all subsequent paragraphs to be displayed differently.

Class AbstractColorChooserPanel

TheThis is the abstract superclass for color choosers. If you want to add a new color chooser panel into a JColorChooser sublclasssubclass this class.

Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. A future release of Swing will provide support for long term persistence. @version 1.1013 0802/2802/9800 @author Tom Santos @author Steve Wilson

Class AbstractColorChooserPanel, ColorSelectionModel getColorSelectionModel()

Returns the model that the chooser panel is editing. @return Thethe ColorSelectionModel model this panel is editing
Class AbstractColorChooserPanel, void installChooserPanel(JColorChooser)

ThisInvoked get called when the panel is added to the chooser. ifIf you're going to override this be sure to call super. @param enclosingChooser the panel to be added @exception RuntimeException if the chooser panel has already been installed
Class AbstractColorChooserPanel, void uninstallChooserPanel(JColorChooser)

ThisInvoked get called when the panel is removed from the chooser. ifIf you're going to override this be sure to call super.
Class AbstractColorChooserPanel, void updateChooser()

overrideInvoked this method to update your ChooserPanel This method will be automatically called when the model's state changes. It is also called by installChooserPanel to allow you to set up the initial state of your chooser. Override this method to update your ChooserPanel.

Class ColorChooserComponentFactory

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. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. A future release of Swing will provide support for long term persistence. @version 1.11 0813 02/2802/9800 @author Steve Wilson


Class ColorSelectionModel

A model that supports selecting a Color. @version 1.5 087 02/2602/9800 @author Steve Wilson @see java.awt.Color

Class DefaultColorSelectionModel

A generic implementation of ColorSelectionModel. @version 1.5 0810 02/2602/9800 @author Steve Wilson @see java.awt.Color
Class DefaultColorSelectionModel, void fireStateChanged()

Run each ChangeListeners stateChanged() method. <-- @see #setRangeProperties //bad link--> @see EventListenerList