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.BasicColorSelectorPanelUI
UI forJColorSelectorPanel
components 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 ComponentUI
createUI(JComponent comp)
protected void
paintBottomDivider(Graphics g, int x, int y, int width, int height)
protected void
paintCaptionBackground(Graphics g, int x, int y, int width, int height)
void
update(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:
paintCaptionBackground
in classorg.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorPanelUI
-
paintBottomDivider
protected void paintBottomDivider(Graphics g, int x, int y, int width, int height)
- Overrides:
paintBottomDivider
in classorg.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorPanelUI
-
update
public void update(Graphics g, JComponent c)
- Overrides:
update
in classComponentUI
-
-