public class SubstanceColorSelectorPanelUI
extends org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorPanelUI
JColorSelectorPanel components in Substance look and
feel.| Constructor | Description |
|---|---|
SubstanceColorSelectorPanelUI() |
| Modifier and Type | Method | Description |
|---|---|---|
static ComponentUI |
createUI(JComponent comp) |
|
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) |
getLayoutGap, installComponents, installDefaults, installListeners, installUI, paint, uninstallComponents, uninstallDefaults, uninstallListeners, uninstallUIcontains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSizepublic static ComponentUI createUI(JComponent comp)
protected void paintCaptionBackground(Graphics g, int x, int y, int width, int height)
paintCaptionBackground in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorPanelUIprotected void paintBottomDivider(Graphics g, int x, int y, int width, int height)
paintBottomDivider in class org.pushingpixels.flamingo.internal.ui.common.popup.BasicColorSelectorPanelUIpublic void update(Graphics g, JComponent c)
update in class ComponentUI