Package | Description |
---|---|
bibliothek.gui.dock.station |
Elements needed by various implementations of the
DockStation interface. |
bibliothek.gui.dock.themes.basic |
Factories and classes used when the
BasicTheme
is active. |
Modifier and Type | Method and Description |
---|---|
void |
DisplayerCollection.addDockableDisplayerListener(DockableDisplayerListener listener)
Adds
listener to all DockableDisplayer s that are
in this collection. |
void |
DockableDisplayer.addDockableDisplayerListener(DockableDisplayerListener listener)
Adds
listener to this displayer. |
void |
DisplayerCollection.removeDockableDisplayerListener(DockableDisplayerListener listener)
Removes
listener from all DockableDisplayer s
that are in this collection. |
void |
DockableDisplayer.removeDockableDisplayerListener(DockableDisplayerListener listener)
Removes
listener from this displayer. |
Modifier and Type | Method and Description |
---|---|
protected DockableDisplayerListener[] |
BasicDockableDisplayer.listeners()
Gets a list of all listeners currently registered at this displayer.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicDockableDisplayer.addDockableDisplayerListener(DockableDisplayerListener listener) |
void |
BasicDockableDisplayer.removeDockableDisplayerListener(DockableDisplayerListener listener) |