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
-
public class RadianceColorSelectorPanelUI extends BasicColorSelectorPanelUI
UI forJColorSelectorPanelcomponents 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 privateRadianceColorSelectorPanelUI()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static javax.swing.plaf.ComponentUIcreateUI(javax.swing.JComponent comp)protected intgetLayoutGap()Returns the layout gap for button panel components.protected voidpaintBottomDivider(java.awt.Graphics g, int x, int y, int width, int height)protected voidpaintCaptionBackground(java.awt.Graphics g, int x, int y, int width, int height)voidupdate(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:
paintCaptionBackgroundin classBasicColorSelectorPanelUI
-
paintBottomDivider
protected void paintBottomDivider(java.awt.Graphics g, int x, int y, int width, int height)- Specified by:
paintBottomDividerin classBasicColorSelectorPanelUI
-
update
public void update(java.awt.Graphics g, javax.swing.JComponent c)- Overrides:
updatein classjavax.swing.plaf.ComponentUI
-
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.
-
-