public class SubstanceBandControlPanelUI
extends org.pushingpixels.flamingo.internal.ui.ribbon.BasicBandControlPanelUI
JBandControlPanel
components in Substance look and
feel.Modifier and Type | Field | Description |
---|---|---|
static String |
BOTTOM_ROW |
|
protected org.pushingpixels.flamingo.internal.ui.ribbon.AbstractBandControlPanel |
controlPanel |
|
protected org.pushingpixels.flamingo.api.common.JCommandButton |
dummy |
|
static String |
MID_ROW |
|
static String |
TOP_ROW |
Constructor | Description |
---|---|
SubstanceBandControlPanelUI() |
Modifier and Type | Method | Description |
---|---|---|
static ComponentUI |
createUI(JComponent comp) |
|
int |
getLayoutGap() |
|
protected void |
installDefaults() |
|
void |
installUI(JComponent arg0) |
|
void |
paint(Graphics arg0,
JComponent arg1) |
|
protected void |
paintBandBackground(Graphics graphics,
Rectangle toFill) |
|
protected void |
uninstallDefaults() |
|
void |
uninstallUI(JComponent arg0) |
createLayoutManager, installComponents, installListeners, syncGroupHeaders, uninstallComponents, uninstallListeners
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, update
protected org.pushingpixels.flamingo.internal.ui.ribbon.AbstractBandControlPanel controlPanel
protected org.pushingpixels.flamingo.api.common.JCommandButton dummy
public static final String TOP_ROW
public static final String MID_ROW
public static final String BOTTOM_ROW
public static ComponentUI createUI(JComponent comp)
public void installUI(JComponent arg0)
installUI
in class ComponentUI
public void uninstallUI(JComponent arg0)
uninstallUI
in class ComponentUI
protected void installDefaults()
protected void uninstallDefaults()
public void paint(Graphics arg0, JComponent arg1)
paint
in class ComponentUI
public int getLayoutGap()
getLayoutGap
in class org.pushingpixels.flamingo.internal.ui.ribbon.BandControlPanelUI