Package | Description |
---|---|
bibliothek.gui.dock.station.flap.button |
Contains the
ButtonContentFilter , which
allows clients to decide which DockAction s to show
on a FlapDockStation . |
bibliothek.gui.dock.themes.basic.action.buttons |
Classes which allow to paint and interact with a
BasicButtonModel . |
Modifier and Type | Method and Description |
---|---|
protected ButtonContentListener[] |
ButtonContent.listeners(Dockable dockable)
Gets all the listeners that are currently monitoring
dockable . |
Modifier and Type | Method and Description |
---|---|
void |
ButtonContent.addListener(Dockable dockable,
ButtonContentListener listener)
|
void |
ButtonContent.removeListener(Dockable dockable,
ButtonContentListener listener)
Informs this
ButtonContent that listener no longer has to be observed. |
Modifier and Type | Class and Description |
---|---|
class |
ButtonContentValue
A wrapper around an exchangeable
ButtonContent that implements ButtonContentListener to listen
to the current ButtonContent . |