|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.plaf.ComponentUI
org.pushingpixels.flamingo.internal.ui.common.CommandButtonStripUI
org.pushingpixels.flamingo.internal.ui.common.BasicCommandButtonStripUI
public class BasicCommandButtonStripUI
Basic UI for button strip JCommandButtonStrip
.
Field Summary | |
---|---|
protected JCommandButtonStrip |
buttonStrip
The associated button strip. |
protected ChangeListener |
changeListener
|
Constructor Summary | |
---|---|
BasicCommandButtonStripUI()
|
Method Summary | |
---|---|
protected LayoutManager |
createLayoutManager()
Invoked by installUI to create a layout manager object to
manage the JCommandButtonStrip . |
static ComponentUI |
createUI(JComponent c)
|
protected void |
installComponents()
Installs subcomponents on the associated button strip. |
protected void |
installDefaults()
Installs defaults on the associated button strip. |
protected void |
installListeners()
Installs listeners on the associated button strip. |
void |
installUI(JComponent c)
|
protected void |
uninstallComponents()
Uninstalls subcomponents from the associated ribbon. |
protected void |
uninstallDefaults()
Uninstalls defaults from the associated button strip. |
protected void |
uninstallListeners()
Uninstalls listeners from the associated button strip. |
void |
uninstallUI(JComponent c)
|
Methods inherited from class javax.swing.plaf.ComponentUI |
---|
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, paint, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected JCommandButtonStrip buttonStrip
protected ChangeListener changeListener
Constructor Detail |
---|
public BasicCommandButtonStripUI()
Method Detail |
---|
public static ComponentUI createUI(JComponent c)
public void installUI(JComponent c)
installUI
in class ComponentUI
public void uninstallUI(JComponent c)
uninstallUI
in class ComponentUI
protected void installListeners()
protected void uninstallListeners()
protected void installDefaults()
protected void uninstallDefaults()
protected void installComponents()
protected void uninstallComponents()
protected LayoutManager createLayoutManager()
installUI
to create a layout manager object to
manage the JCommandButtonStrip
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |