|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StationChildHandle | |
|---|---|
| bibliothek.gui.dock | The five basic classes implementing Dockable and
DockStation plus some supporting elements. |
| bibliothek.gui.dock.station.split | Elements which are needed by the SplitDockStation,
and which are needed to interact with the station. |
| Uses of StationChildHandle in bibliothek.gui.dock |
|---|
| Methods in bibliothek.gui.dock with parameters of type StationChildHandle | |
|---|---|
protected void |
StackDockStation.addToPanel(StationChildHandle handle,
int index,
int size)
Adds the contents of handle to the StackDockStation.stackComponent of this station. |
| Uses of StationChildHandle in bibliothek.gui.dock.station.split |
|---|
| Methods in bibliothek.gui.dock.station.split that return StationChildHandle | |
|---|---|
StationChildHandle |
Leaf.getDockableHandle()
Gets the handle which is responsible for the current Dockable. |
StationChildHandle |
SplitDockAccess.getFullScreenDockable()
Gets the DockableDisplayer which is currently in fullscreen-mode. |
StationChildHandle |
SplitDockAccess.newHandle(Dockable dockable)
Creates a new handle but does not take any other action. |
| Methods in bibliothek.gui.dock.station.split with parameters of type StationChildHandle | |
|---|---|
void |
SplitDockAccess.addHandle(StationChildHandle handle,
DockHierarchyLock.Token token)
Adds the new handle to the station and adds
the displayer to the station. |
void |
SplitDockAccess.removeHandle(StationChildHandle handle,
DockHierarchyLock.Token token)
Removes an element from the station. |
void |
Leaf.setHandle(StationChildHandle handle)
Sets the element of this leaf. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||