Uses of Class
bibliothek.gui.dock.station.split.Placeholder

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

Uses of Placeholder in bibliothek.gui.dock.station.split
 

Methods in bibliothek.gui.dock.station.split that return Placeholder
 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.
 

Methods in bibliothek.gui.dock.station.split with parameters of type Placeholder
 void SplitNodeVisitor.handlePlaceholder(Placeholder placeholder)
          Invoked when visiting a leaf that is a placeholder.