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
-
public class RadianceColorSelectorPanelUI extends BasicColorSelectorPanelUI
UI forJColorSelectorPanel
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 Modifier Constructor Description private
RadianceColorSelectorPanelUI()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static javax.swing.plaf.ComponentUI
createUI(javax.swing.JComponent comp)
protected int
getLayoutGap()
Returns the layout gap for button panel components.protected void
paintBottomDivider(java.awt.Graphics g, int x, int y, int width, int height)
protected void
paintCaptionBackground(java.awt.Graphics g, int x, int y, int width, int height)
void
update(java.awt.Graphics g, javax.swing.JComponent c)
-
Methods inherited from class org.pushingpixels.radiance.component.internal.ui.common.popup.BasicColorSelectorPanelUI
installComponents, installDefaults, installListeners, installUI, paint, uninstallComponents, uninstallDefaults, uninstallListeners, uninstallUI
-
-
-
-
Method Detail
-
createUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent comp)
-
paintCaptionBackground
protected void paintCaptionBackground(java.awt.Graphics g, int x, int y, int width, int height)
- Specified by:
paintCaptionBackground
in classBasicColorSelectorPanelUI
-
paintBottomDivider
protected void paintBottomDivider(java.awt.Graphics g, int x, int y, int width, int height)
- Specified by:
paintBottomDivider
in classBasicColorSelectorPanelUI
-
update
public void update(java.awt.Graphics g, javax.swing.JComponent c)
- Overrides:
update
in classjavax.swing.plaf.ComponentUI
-
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.
-
-