Uses of Class javax.swing.colorchooser.AbstractColorChooserPanel

Uses in package javax.swing

Methods with parameter type javax.swing.colorchooser.AbstractColorChooserPanel

void
This method adds the given AbstractColorChooserPanel to the list of the JColorChooser's chooserPanels.
AbstractColorChooserPanel
This method removes the given AbstractColorChooserPanel from the JColorChooser's list of chooserPanels.
void
This method sets the chooserPanels property for this JColorChooser.

Methods with return type javax.swing.colorchooser.AbstractColorChooserPanel

AbstractColorChooserPanel[]
This method returns the AbstractColorChooserPanels used with this JColorChooser.
AbstractColorChooserPanel
This method removes the given AbstractColorChooserPanel from the JColorChooser's list of chooserPanels.

Uses in package javax.swing.plaf.basic

Fields of type javax.swing.colorchooser.AbstractColorChooserPanel

AbstractColorChooserPanel[]
An array of default choosers to use in the JColorChooser.

Methods with return type javax.swing.colorchooser.AbstractColorChooserPanel

AbstractColorChooserPanel[]
This method creates the default chooser panels for the JColorChooser.

Uses in package javax.swing.colorchooser

Methods with return type javax.swing.colorchooser.AbstractColorChooserPanel

AbstractColorChooserPanel[]
This method returns the three default chooser panels to be used in JColorChooser.