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 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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
-
Constructor Details
-
SubstanceColorSelectorPanelUI
public SubstanceColorSelectorPanelUI()
-
-
Method Details
-
createUI
-
paintCaptionBackground
- Overrides:
paintCaptionBackground
in classorg.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorPanelUI
-
paintBottomDivider
- Overrides:
paintBottomDivider
in classorg.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorPanelUI
-
update
- Overrides:
update
in classComponentUI
-