Uses of Class
bibliothek.gui.dock.station.split.SplitDockStationLayout.Node

Packages that use SplitDockStationLayout.Node
bibliothek.gui.dock.station.split Elements which are needed by the SplitDockStation, and which are needed to interact with the station. 
 

Uses of SplitDockStationLayout.Node in bibliothek.gui.dock.station.split
 

Methods in bibliothek.gui.dock.station.split that return SplitDockStationLayout.Node
 SplitDockStationLayout.Node SplitDockStationLayout.Entry.asNode()
          Returns this as node or null.
 SplitDockStationLayout.Node SplitDockStationLayout.Node.asNode()
           
 SplitDockStationLayout.Node SplitDockStationLayout.Entry.getParent()
          Gets the parent of this entry, is null for the root entry.
 

Methods in bibliothek.gui.dock.station.split with parameters of type SplitDockStationLayout.Node
protected  void SplitDockStationLayout.Entry.setParent(SplitDockStationLayout.Node parent)
          Sets the parent of this entry.