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 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, uninstallUIMethods 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:
paintCaptionBackgroundin classorg.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorPanelUI
-
paintBottomDivider
- Overrides:
paintBottomDividerin classorg.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorPanelUI
-
update
- Overrides:
updatein classComponentUI
-