Class SubstanceColorSelectorPanelUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- org.pushingpixels.flamingo.internal.ui.common.popup.ColorSelectorPanelUI
-
- org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorPanelUI
-
- org.pushingpixels.substance.flamingo.common.ui.SubstanceColorSelectorPanelUI
-
public class SubstanceColorSelectorPanelUI extends org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorPanelUIUI forJColorSelectorPanelcomponents in Substance look and feel.
-
-
Constructor Summary
Constructors Constructor Description SubstanceColorSelectorPanelUI()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ComponentUIcreateUI(JComponent comp)protected voidpaintBottomDivider(Graphics g, int x, int y, int width, int height)protected voidpaintCaptionBackground(Graphics g, int x, int y, int width, int height)voidupdate(Graphics g, 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
-
-
-
-
Method Detail
-
createUI
public static ComponentUI createUI(JComponent comp)
-
paintCaptionBackground
protected void paintCaptionBackground(Graphics g, int x, int y, int width, int height)
- Overrides:
paintCaptionBackgroundin classorg.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorPanelUI
-
paintBottomDivider
protected void paintBottomDivider(Graphics g, int x, int y, int width, int height)
- Overrides:
paintBottomDividerin classorg.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorPanelUI
-
update
public void update(Graphics g, JComponent c)
- Overrides:
updatein classComponentUI
-
-