Class RadianceColorSelectorPanelUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.PanelUI
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 BasicColorSelectorPanelUI
BasicColorSelectorPanelUI.PanelLayout -
Field Summary
Fields inherited from class BasicColorSelectorPanelUI
colorSelectorPanel -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentUIcreateUI(JComponent comp) protected intReturns the layout gap for button panel components.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 BasicColorSelectorPanelUI
installComponents, installDefaults, installListeners, installUI, paint, uninstallComponents, uninstallDefaults, uninstallListeners, uninstallUIMethods inherited from class ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize
-
Constructor Details
-
RadianceColorSelectorPanelUI
private RadianceColorSelectorPanelUI()
-
-
Method Details
-
createUI
-
paintCaptionBackground
- Specified by:
paintCaptionBackgroundin classBasicColorSelectorPanelUI
-
paintBottomDivider
- Specified by:
paintBottomDividerin classBasicColorSelectorPanelUI
-
update
- Overrides:
updatein classComponentUI
-
getLayoutGap
protected int getLayoutGap()Description copied from class:BasicColorSelectorPanelUIReturns the layout gap for button panel components.- Specified by:
getLayoutGapin classBasicColorSelectorPanelUI- Returns:
- The layout gap for button panel components.
-