Uses of Class
bibliothek.gui.dock.station.support.DisplayerFactoryWrapper

Packages that use DisplayerFactoryWrapper
bibliothek.gui.dock.station   
 

Uses of DisplayerFactoryWrapper in bibliothek.gui.dock.station
 

Fields in bibliothek.gui.dock.station declared as DisplayerFactoryWrapper
private  DisplayerFactoryWrapper SplitDockStation.displayerFactory
          A DisplayerFactory used to create DockableDisplayer for the children of this station
private  DisplayerFactoryWrapper StackDockStation.displayerFactory
          A factory to create DockableDisplayer
private  DisplayerFactoryWrapper FlapDockStation.displayerFactory
          The DisplayerFactory used to create displayers
private  DisplayerFactoryWrapper ScreenDockStation.displayerFactory
          A factory to create new DockableDisplayer
 

Methods in bibliothek.gui.dock.station that return DisplayerFactoryWrapper
 DisplayerFactoryWrapper SplitDockStation.getDisplayerFactory()
          Gets a DisplayerFactory to create new DockableDisplayer for this station.
 DisplayerFactoryWrapper StackDockStation.getDisplayerFactory()
          Gets a DisplayerFactory which is used to create new DockableDisplayer for this station.
 DisplayerFactoryWrapper FlapDockStation.getDisplayerFactory()
          Gets the factory to create new DockableDisplayer.
 DisplayerFactoryWrapper ScreenDockStation.getDisplayerFactory()
          Gets the DisplayerFactory that is used by this station to create an underground for its children.