JIDE 3.5.15

com.jidesoft.combobox
Interface ColorChooserPanel.ColorChooserDialogProvider

Enclosing class:
ColorChooserPanel

public static interface ColorChooserPanel.ColorChooserDialogProvider

An interface to bring up a custom ColorChooserDialog to choose a color when when the "More" button is pressed on the ColorChooserPanel.


Method Summary
 Color showColorChooserDialog(Component component, String title, Color initColor)
           
 

Method Detail

showColorChooserDialog

Color showColorChooserDialog(Component component,
                             String title,
                             Color initColor)

JIDE 3.5.15