| Package | Description |
|---|---|
| bibliothek.gui.dock.station.split |
Elements which are needed by the
SplitDockStation,
and which are needed to interact with the station. |
| Modifier and Type | Class and Description |
|---|---|
class |
SplitNodeAdapter
An implementation of
SplitNodeVisitor, all methods call SplitNodeAdapter.handle(SplitNode). |
| Modifier and Type | Method and Description |
|---|---|
void |
Root.visit(SplitNodeVisitor visitor) |
void |
Leaf.visit(SplitNodeVisitor visitor) |
void |
Placeholder.visit(SplitNodeVisitor visitor) |
void |
Node.visit(SplitNodeVisitor visitor) |
abstract void |
SplitNode.visit(SplitNodeVisitor visitor)
Invokes one of the methods of the
visitor for every
child in the subtree with this as root. |
Copyright © 2017 Docking Frames. All rights reserved.