public class BasicCommandButtonStripUI extends CommandButtonStripUI
JCommandButtonStrip.| Modifier and Type | Field | Description |
|---|---|---|
protected JCommandButtonStrip |
buttonStrip |
The associated button strip.
|
protected javax.swing.event.ChangeListener |
changeListener |
| Constructor | Description |
|---|---|
BasicCommandButtonStripUI() |
| Modifier and Type | Method | Description |
|---|---|---|
protected java.awt.LayoutManager |
createLayoutManager() |
Invoked by
installUI to create a layout manager object to manage the
JCommandButtonStrip. |
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.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(javax.swing.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(javax.swing.JComponent c) |
protected JCommandButtonStrip buttonStrip
protected javax.swing.event.ChangeListener changeListener
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
public void installUI(javax.swing.JComponent c)
installUI in class javax.swing.plaf.ComponentUIpublic void uninstallUI(javax.swing.JComponent c)
uninstallUI in class javax.swing.plaf.ComponentUIprotected void installListeners()
protected void uninstallListeners()
protected void installDefaults()
protected void uninstallDefaults()
protected void installComponents()
protected void uninstallComponents()
protected java.awt.LayoutManager createLayoutManager()
installUI to create a layout manager object to manage the
JCommandButtonStrip.