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.dockable |
Some classes related to
Dockable . |
bibliothek.gui.dock.station.split |
Elements which are needed by the
SplitDockStation ,
and which are needed to interact with the station. |
Modifier and Type | Method and Description |
---|---|
void |
Dockable.addDockHierarchyListener(DockHierarchyListener listener)
Adds a hierarchy-listener to this Dockable.
|
void |
Dockable.removeDockHierarchyListener(DockHierarchyListener listener)
Removes a hierarchy-listener from this Dockable.
Note: when using a DockHierarchyObserver ,
forward the call directly to DockHierarchyObserver.removeDockHierarchyListener(DockHierarchyListener) |
Modifier and Type | Method and Description |
---|---|
void |
SplitDockStation.addDockHierarchyListener(DockHierarchyListener listener) |
void |
SplitDockStation.removeDockHierarchyListener(DockHierarchyListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
DockHierarchyObserver
A helper class that is able to send
DockHierarchyEvent s to
DockHierarchyListener s. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDockable.addDockHierarchyListener(DockHierarchyListener listener) |
void |
DockHierarchyObserver.addDockHierarchyListener(DockHierarchyListener listener)
Stores a listener which is informed when the path of the owner has changed.
|
void |
AbstractDockable.removeDockHierarchyListener(DockHierarchyListener listener) |
void |
DockHierarchyObserver.removeDockHierarchyListener(DockHierarchyListener listener)
Removes an earlier stored listener.
|
Modifier and Type | Class and Description |
---|---|
static class |
DefaultSplitDividerStrategy.Handler
A
DefaultSplitDividerStrategy.Handler is responsible for handling the needs of one SplitDockStation . |