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, uninstallUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize
public static ComponentUI createUI(JComponent comp)
protected Insets getGroupInsets()
getGroupInsets
in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI
protected int getGroupTitleHeight(int groupIndex)
getGroupTitleHeight
in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI
protected void paintGroupBackground(Graphics g, int groupIndex, int x, int y, int width, int height)
paintGroupBackground
in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI
protected void paintGroupTitleBackground(Graphics g, int groupIndex, int x, int y, int width, int height)
paintGroupTitleBackground
in class org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonPanelUI
public void update(Graphics g, JComponent c)
update
in class ComponentUI