Uses of Interface
bibliothek.gui.dock.station.PlaceholderMapping

Packages that use PlaceholderMapping
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
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. 
bibliothek.gui.dock.station.support Elements used by various DockStations to store properties and to propagate events to other objects. 
 

Uses of PlaceholderMapping in bibliothek.gui
 

Methods in bibliothek.gui that return PlaceholderMapping
 PlaceholderMapping DockStation.getPlaceholderMapping()
          Allows access to the placeholders that are stored on this station.
 

Uses of PlaceholderMapping in bibliothek.gui.dock
 

Methods in bibliothek.gui.dock that return PlaceholderMapping
 PlaceholderMapping FlapDockStation.getPlaceholderMapping()
           
 PlaceholderMapping ScreenDockStation.getPlaceholderMapping()
           
 PlaceholderMapping SplitDockStation.getPlaceholderMapping()
           
 PlaceholderMapping StackDockStation.getPlaceholderMapping()
           
 

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

Classes in bibliothek.gui.dock.station.split that implement PlaceholderMapping
 class SplitDockPlaceholderMapping
          A PlaceholderMapping representing the placeholders on a SplitDockStation.
 

Uses of PlaceholderMapping in bibliothek.gui.dock.station.support
 

Classes in bibliothek.gui.dock.station.support that implement PlaceholderMapping
 class PlaceholderListMapping
          A generic PlaceholderMapping that operates by accessing a PlaceholderList.