javax.swing.colorchooser
Class ColorChooserComponentFactory

java.lang.Object
  extended by javax.swing.colorchooser.ColorChooserComponentFactory

public class ColorChooserComponentFactory
extends Object

ColorChooserComponentFactory


Method Summary
static AbstractColorChooserPanel[] getDefaultChooserPanels()
          This method returns the three default chooser panels to be used in JColorChooser.
static JComponent getPreviewPanel()
          This method returns the default preview panel to be used with JColorChoosers.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDefaultChooserPanels

public static AbstractColorChooserPanel[] getDefaultChooserPanels()
This method returns the three default chooser panels to be used in JColorChooser.

Returns:
The default chooser panels.

getPreviewPanel

public static JComponent getPreviewPanel()
This method returns the default preview panel to be used with JColorChoosers.

Returns:
The default preview panel.