Uses of Class
bibliothek.gui.dock.station.split.SplitDockPerspective.Leaf

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

Uses of SplitDockPerspective.Leaf in bibliothek.gui.dock.station.split
 

Methods in bibliothek.gui.dock.station.split that return SplitDockPerspective.Leaf
 SplitDockPerspective.Leaf SplitDockPerspective.Entry.asLeaf()
          Returns this as leaf or null.
 SplitDockPerspective.Leaf SplitDockPerspective.Leaf.asLeaf()
           
 SplitDockPerspective.Leaf SplitDockPerspective.getLeaf(PerspectiveDockable child)
          Searches and returns the leaf that shows child.
 

Methods in bibliothek.gui.dock.station.split with parameters of type SplitDockPerspective.Leaf
 void SplitDockPerspective.EntryListener.modified(SplitDockPerspective.Leaf leaf, PerspectiveDockable oldDockable, PerspectiveDockable newDockable)
          Called if the content of leaf has been modified.