|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SplitTreeFactory | |
|---|---|
| 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 SplitTreeFactory in bibliothek.gui.dock |
|---|
| Methods in bibliothek.gui.dock with parameters of type SplitTreeFactory | ||
|---|---|---|
|
SplitDockStation.visit(SplitTreeFactory<N> factory)
Visits the internal structure of this station. |
|
| Uses of SplitTreeFactory in bibliothek.gui.dock.station.split |
|---|
| Classes in bibliothek.gui.dock.station.split that implement SplitTreeFactory | |
|---|---|
class |
SplitDockTreeFactory
A SplitTreeFactory that writes into a SplitDockTree and
so fills up an empty SplitDockTree until it is a full, valid
tree. |
| Methods in bibliothek.gui.dock.station.split with parameters of type SplitTreeFactory | ||
|---|---|---|
|
Leaf.submit(SplitTreeFactory<N> factory)
|
|
|
Node.submit(SplitTreeFactory<N> factory)
|
|
|
Placeholder.submit(SplitTreeFactory<N> factory)
|
|
|
Root.submit(SplitTreeFactory<N> factory)
|
|
abstract
|
SplitNode.submit(SplitTreeFactory<N> factory)
Writes the contents of this node into a new tree create by factory. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||