public class SubstanceBandControlPanelUI
extends org.pushingpixels.flamingo.internal.ui.ribbon.BasicBandControlPanelUI
JBandControlPanel components in Substance look and
feel.| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
BOTTOM_ROW |
|
protected org.pushingpixels.flamingo.internal.ui.ribbon.AbstractBandControlPanel |
controlPanel |
|
protected org.pushingpixels.flamingo.api.common.JCommandButton |
dummy |
|
static java.lang.String |
MID_ROW |
|
static java.lang.String |
TOP_ROW |
| Constructor | Description |
|---|---|
SubstanceBandControlPanelUI() |
| Modifier and Type | Method | Description |
|---|---|---|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent comp) |
|
int |
getLayoutGap() |
|
protected void |
installDefaults() |
|
void |
installUI(javax.swing.JComponent arg0) |
|
void |
paint(java.awt.Graphics arg0,
javax.swing.JComponent arg1) |
|
protected void |
paintBandBackground(java.awt.Graphics graphics,
java.awt.Rectangle toFill) |
|
protected void |
uninstallDefaults() |
|
void |
uninstallUI(javax.swing.JComponent arg0) |
createLayoutManager, installComponents, installListeners, syncGroupHeaders, uninstallComponents, uninstallListenersprotected org.pushingpixels.flamingo.internal.ui.ribbon.AbstractBandControlPanel controlPanel
protected org.pushingpixels.flamingo.api.common.JCommandButton dummy
public static final java.lang.String TOP_ROW
public static final java.lang.String MID_ROW
public static final java.lang.String BOTTOM_ROW
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent comp)
protected void paintBandBackground(java.awt.Graphics graphics,
java.awt.Rectangle toFill)
public void installUI(javax.swing.JComponent arg0)
installUI in class javax.swing.plaf.ComponentUIpublic void uninstallUI(javax.swing.JComponent arg0)
uninstallUI in class javax.swing.plaf.ComponentUIprotected void installDefaults()
protected void uninstallDefaults()
public void paint(java.awt.Graphics arg0,
javax.swing.JComponent arg1)
paint in class javax.swing.plaf.ComponentUIpublic int getLayoutGap()
getLayoutGap in class org.pushingpixels.flamingo.internal.ui.ribbon.BandControlPanelUI