org.jvnet.substance
Class SubstanceColorChooserUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.ColorChooserUI
          extended by contrib.ch.randelshofer.quaqua.Quaqua13ColorChooserUI
              extended by contrib.ch.randelshofer.quaqua.Quaqua14ColorChooserUI
                  extended by org.jvnet.substance.SubstanceColorChooserUI

public class SubstanceColorChooserUI
extends Quaqua14ColorChooserUI

UI for color chooser in Substance look and feel. This UI delegate is removed in Lite versions of Substance.

Author:
Kirill Grouchnikov

Nested Class Summary
 
Nested classes/interfaces inherited from class contrib.ch.randelshofer.quaqua.Quaqua14ColorChooserUI
Quaqua14ColorChooserUI.PropertyHandler
 
Field Summary
 
Fields inherited from class contrib.ch.randelshofer.quaqua.Quaqua13ColorChooserUI
chooser, defaultChoosers, mainPanel, previewListener, previewPanel, propertyChangeListener
 
Constructor Summary
SubstanceColorChooserUI()
           
 
Method Summary
protected  javax.swing.colorchooser.AbstractColorChooserPanel[] createDefaultChoosers()
           
static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
           
 
Methods inherited from class contrib.ch.randelshofer.quaqua.Quaqua14ColorChooserUI
createPropertyChangeListener, installDefaults, installListeners, installPreviewPanel, installUI, uninstallDefaults, uninstallListeners
 
Methods inherited from class contrib.ch.randelshofer.quaqua.Quaqua13ColorChooserUI
uninstallDefaultChoosers, uninstallUI
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, paint, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubstanceColorChooserUI

public SubstanceColorChooserUI()
Method Detail

createUI

public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)

createDefaultChoosers

protected javax.swing.colorchooser.AbstractColorChooserPanel[] createDefaultChoosers()
Overrides:
createDefaultChoosers in class Quaqua13ColorChooserUI