Generated by
JDiff

Class javax.swing.colorchooser.AbstractColorChooserPanel

Documentation changed from old to new.

Changed Methods
void buildChooser() Documentation changed from old to new.
Builds a new chooser panel.
Color getColorFromModel() Documentation changed from old to new.
Returns the color that is currently selected.
ColorSelectionModel getColorSelectionModel() Documentation changed from old to new.
Returns the model that the chooser panel is editing.
String getDisplayName() Documentation changed from old to new.
Returns a string containing the display name of the panel.
Icon getLargeDisplayIcon() Documentation changed from old to new.
Returns the small display icon for the panel.
Icon getSmallDisplayIcon() Documentation changed from old to new.
Returns the large display icon for the panel.
void installChooserPanel(JColorChooser) Documentation changed from old to new.
Invoked when the panel is added to the chooser.
void paint(Graphics) Documentation changed from old to new.
Draws the panel.
void uninstallChooserPanel(JColorChooser) Documentation changed from old to new.
Invoked when the panel is removed from the chooser.
void updateChooser() Documentation changed from old to new.
Invoked automatically when the model's state changes.