org.pushingpixels.substance.flamingo.common.ui
Class SubstanceColorSelectorPanelUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by org.pushingpixels.flamingo.internal.ui.common.popup.ColorSelectorPanelUI
          extended by org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorPanelUI
              extended by org.pushingpixels.substance.flamingo.common.ui.SubstanceColorSelectorPanelUI

public class SubstanceColorSelectorPanelUI
extends org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorPanelUI

UI for JColorSelectorPanel components in Substance look and feel.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorPanelUI
org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorPanelUI.PanelLayout
 
Field Summary
 
Fields inherited from class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorPanelUI
captionLabel, colorSelectorContainer, colorSelectorPanel
 
Constructor Summary
SubstanceColorSelectorPanelUI()
           
 
Method Summary
static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent comp)
           
protected  void paintBottomDivider(java.awt.Graphics g, int x, int y, int width, int height)
           
protected  void paintCaptionBackground(java.awt.Graphics g, int x, int y, int width, int height)
           
 void update(java.awt.Graphics g, javax.swing.JComponent c)
           
 
Methods inherited from class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorPanelUI
getLayoutGap, installComponents, installDefaults, installListeners, installUI, paint, uninstallComponents, uninstallDefaults, uninstallListeners, uninstallUI
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubstanceColorSelectorPanelUI

public SubstanceColorSelectorPanelUI()
Method Detail

createUI

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

paintCaptionBackground

protected void paintCaptionBackground(java.awt.Graphics g,
                                      int x,
                                      int y,
                                      int width,
                                      int height)
Overrides:
paintCaptionBackground in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorPanelUI

paintBottomDivider

protected void paintBottomDivider(java.awt.Graphics g,
                                  int x,
                                  int y,
                                  int width,
                                  int height)
Overrides:
paintBottomDivider in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorPanelUI

update

public void update(java.awt.Graphics g,
                   javax.swing.JComponent c)
Overrides:
update in class javax.swing.plaf.ComponentUI