public class SubstanceCommandButtonPanelUI
extends org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI
JCommandButtonPanel components in Substance look and
feel.| Constructor | Description |
|---|---|
SubstanceCommandButtonPanelUI() |
| Modifier and Type | Method | Description |
|---|---|---|
static ComponentUI |
createUI(JComponent comp) |
|
protected Insets |
getGroupInsets() |
|
protected int |
getGroupTitleHeight(int groupIndex) |
|
protected void |
paintGroupBackground(Graphics g,
int groupIndex,
int x,
int y,
int width,
int height) |
|
protected void |
paintGroupTitleBackground(Graphics g,
int groupIndex,
int x,
int y,
int width,
int height) |
|
void |
update(Graphics g,
JComponent c) |
createLayoutManager, getLayoutGap, getPreferredHeight, installComponents, installDefaults, installListeners, installUI, paint, recomputeGroupHeaders, uninstallComponents, uninstallDefaults, uninstallListeners, uninstallUIcontains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSizepublic static ComponentUI createUI(JComponent comp)
protected Insets getGroupInsets()
getGroupInsets in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUIprotected int getGroupTitleHeight(int groupIndex)
getGroupTitleHeight in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUIprotected void paintGroupBackground(Graphics g, int groupIndex, int x, int y, int width, int height)
paintGroupBackground in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUIprotected void paintGroupTitleBackground(Graphics g, int groupIndex, int x, int y, int width, int height)
paintGroupTitleBackground in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUIpublic void update(Graphics g, JComponent c)
update in class ComponentUI