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 javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent comp) |
|
protected java.awt.Insets |
getGroupInsets() |
|
protected int |
getGroupTitleHeight(int groupIndex) |
|
protected void |
paintGroupBackground(java.awt.Graphics g,
int groupIndex,
int x,
int y,
int width,
int height) |
|
protected void |
paintGroupTitleBackground(java.awt.Graphics g,
int groupIndex,
int x,
int y,
int width,
int height) |
|
void |
update(java.awt.Graphics g,
javax.swing.JComponent c) |
createLayoutManager, getLayoutGap, getPreferredHeight, installComponents, installDefaults, installListeners, installUI, paint, recomputeGroupHeaders, uninstallComponents, uninstallDefaults, uninstallListeners, uninstallUIpublic static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent comp)
protected java.awt.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(java.awt.Graphics g,
int groupIndex,
int x,
int y,
int width,
int height)
paintGroupBackground in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUIprotected void paintGroupTitleBackground(java.awt.Graphics g,
int groupIndex,
int x,
int y,
int width,
int height)
paintGroupTitleBackground in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUIpublic void update(java.awt.Graphics g,
javax.swing.JComponent c)
update in class javax.swing.plaf.ComponentUI