Class RadianceColorSelectorPanelUI
java.lang.Object
javax.swing.plaf.ComponentUI
org.pushingpixels.radiance.component.internal.ui.common.popup.ColorSelectorPanelUI
org.pushingpixels.radiance.component.internal.ui.common.popup.BasicColorSelectorPanelUI
org.pushingpixels.radiance.component.internal.theming.common.ui.RadianceColorSelectorPanelUI
UI for
JColorSelectorPanel
components in Radiance look and
feel.-
Nested Class Summary
Nested classes/interfaces inherited from class org.pushingpixels.radiance.component.internal.ui.common.popup.BasicColorSelectorPanelUI
BasicColorSelectorPanelUI.PanelLayout
-
Field Summary
Fields inherited from class org.pushingpixels.radiance.component.internal.ui.common.popup.BasicColorSelectorPanelUI
colorSelectorPanel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentUI
createUI
(JComponent comp) protected int
Returns the layout gap for button panel components.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.radiance.component.internal.ui.common.popup.BasicColorSelectorPanelUI
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
-
RadianceColorSelectorPanelUI
private RadianceColorSelectorPanelUI()
-
-
Method Details
-
createUI
-
paintCaptionBackground
- Specified by:
paintCaptionBackground
in classBasicColorSelectorPanelUI
-
paintBottomDivider
- Specified by:
paintBottomDivider
in classBasicColorSelectorPanelUI
-
update
- Overrides:
update
in classComponentUI
-
getLayoutGap
protected int getLayoutGap()Description copied from class:BasicColorSelectorPanelUI
Returns the layout gap for button panel components.- Specified by:
getLayoutGap
in classBasicColorSelectorPanelUI
- Returns:
- The layout gap for button panel components.
-