Package | Description |
---|---|
bibliothek.gui |
The high level interfaces of the framework and the most often used classes.
|
bibliothek.gui.dock |
The five basic classes implementing
Dockable and
DockStation plus some supporting elements. |
bibliothek.gui.dock.action |
The components dealing with the logic of
DockAction s. |
bibliothek.gui.dock.dockable |
Some classes related to
Dockable . |
bibliothek.gui.dock.event |
Listeners, adapters and events used in the whole framework.
A Listener is added to some object that needs to be observed, the Listener will be informed whenever the observed object changes. An Adapter is an implementation of a Listener, but the methods of an Adapter are empty. An Event is an object carrying information from an observed object to a Listener. |
bibliothek.gui.dock.station.flap.button |
Contains the
ButtonContentFilter , which
allows clients to decide which DockAction s to show
on a FlapDockStation . |
Modifier and Type | Method and Description |
---|---|
void |
Dockable.addDockableListener(DockableListener listener)
Adds a listener to this Dockable.
|
void |
Dockable.removeDockableListener(DockableListener listener)
Removes a listener from this Dockable.
|
Modifier and Type | Method and Description |
---|---|
void |
SplitDockStation.addDockableListener(DockableListener listener) |
void |
SplitDockStation.removeDockableListener(DockableListener listener) |
Modifier and Type | Class and Description |
---|---|
protected class |
StationChildrenActionSource.FocusAction
An action that can transfer the focus
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractDockable.addDockableListener(DockableListener listener) |
void |
AbstractDockable.removeDockableListener(DockableListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
DockableAdapter
An abstract class implementing the
DockableListener . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractButtonContentCondition
This abstract implementation of a
ButtonContentCondition adds itself as DockableListener to any
Dockable that is installed. |