|
Generated by JDiff |
||||||||
PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES |
This file contains all the changes in documentation in the packagejavax.swing.colorchooser
as colored differences. Deletions are shownlike 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, ColorSelectionModel getColorSelectionModel()TheThis is the abstract superclass for color choosers. If you want to add a new color chooser panel into aJColorChooser
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.
10130802/2802/9800 @author Tom Santos @author Steve Wilson
Returns the model that the chooser panel is editing. @returnClass AbstractColorChooserPanel, void installChooserPanel(JColorChooser)ThetheColorSelectionModel
model this panel is editing
Class AbstractColorChooserPanel, void uninstallChooserPanel(JColorChooser)ThisInvokedget calledwhen 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 updateChooser()ThisInvokedget calledwhen the panel is removed from the chooser.ifIf you're going to override this be sure to call super.
overrideInvokedthis method to update your ChooserPanel This method will beautomaticallycalledwhen the model's state changes. It is also called byinstallChooserPanel
to allow you to set up the initial state of your chooser. Override this method to update yourChooserPanel
.
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
A model that supports selecting a Color. @version 1.5 087 02/2602/9800 @author Steve Wilson @see java.awt.Color
A generic implementation of ColorSelectionModel. @version 1.Class DefaultColorSelectionModel, void fireStateChanged()5 0810 02/2602/9800 @author Steve Wilson @see java.awt.Color
Run each ChangeListeners stateChanged() method. <-- @see #setRangeProperties //bad link--> @see EventListenerList