Package | Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
Placeholder |
SplitDockStation.Access.createPlaceholder(long id) |
Modifier and Type | Method and Description |
---|---|
Placeholder |
SplitDockAccess.createPlaceholder(long id)
Creates a new
Placeholder . |
Placeholder |
SplitNode.createPlaceholder(long id)
Creates a new
Placeholder calling SplitDockAccess.createPlaceholder(long) |
Placeholder |
DefaultSplitNodeFactory.createPlaceholder(SplitDockAccess access,
long id) |
Placeholder |
SplitNodeFactory.createPlaceholder(SplitDockAccess access,
long id)
Creates a new placeholder.
|
Modifier and Type | Method and Description |
---|---|
void |
SplitNodeAdapter.handlePlaceholder(Placeholder placeholder) |
void |
SplitNodeVisitor.handlePlaceholder(Placeholder placeholder)
Invoked when visiting a leaf that is a placeholder.
|