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

Packages that use DisplayerFactory
bibliothek.extension.gui.dock.theme Contains some DockThemes. 
bibliothek.extension.gui.dock.theme.bubble Various graphical and logical components used when BubbleTheme is active. 
bibliothek.extension.gui.dock.theme.eclipse.displayer The DockableDisplayers that are used by the EclipseTheme
bibliothek.extension.gui.dock.theme.flat Various graphical and logical components needed to paint the layout when FlatTheme is active. 
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
bibliothek.gui.dock.common.theme Classes related to the DockThemes. 
bibliothek.gui.dock.station Elements needed by various implementations of the DockStation interface. 
bibliothek.gui.dock.station.support Elements used by various DockStations to store properties and to propagate events to other objects. 
bibliothek.gui.dock.themes Contains an implementation of DockTheme and all classes which are neede by this theme. 
bibliothek.gui.dock.themes.basic Factories and classes used when the BasicTheme is active. 
 

Uses of DisplayerFactory in bibliothek.extension.gui.dock.theme
 

Fields in bibliothek.extension.gui.dock.theme declared as DisplayerFactory
protected  DisplayerFactory FlatTheme.splitDisplayFactory
          A special factory for the SplitDockStation
 

Methods in bibliothek.extension.gui.dock.theme that return DisplayerFactory
 DisplayerFactory FlatTheme.getDisplayFactory(DockStation station)
           
 DisplayerFactory FlatTheme.getSplitDisplayFactory()
          Gets the special factory for the SplitDockStation.
 

Methods in bibliothek.extension.gui.dock.theme with parameters of type DisplayerFactory
 void FlatTheme.setSplitDisplayFactory(DisplayerFactory splitDisplayFactory)
          Sets the DisplayerFactory that is used for the SplitDockStation.
 

Uses of DisplayerFactory in bibliothek.extension.gui.dock.theme.bubble
 

Classes in bibliothek.extension.gui.dock.theme.bubble that implement DisplayerFactory
 class BubbleDisplayerFactory
          A factory creating BubbleDisplayer.
 

Uses of DisplayerFactory in bibliothek.extension.gui.dock.theme.eclipse.displayer
 

Classes in bibliothek.extension.gui.dock.theme.eclipse.displayer that implement DisplayerFactory
 class EclipseDisplayerFactory
          This factory makes use of a EclipseThemeConnector to decide which kind of DockableDisplayer to create.
 

Uses of DisplayerFactory in bibliothek.extension.gui.dock.theme.flat
 

Classes in bibliothek.extension.gui.dock.theme.flat that implement DisplayerFactory
 class FlatDisplayerFactory
          A factory for instances of DockableDisplayer.
 

Uses of DisplayerFactory in bibliothek.gui
 

Methods in bibliothek.gui that return DisplayerFactory
static DisplayerFactory DockUI.getDisplayerFactory(DisplayerFactory factory, DockStation station)
          Gets a DisplayerFactory for station.
 DisplayerFactory DockTheme.getDisplayFactory(DockStation station)
          Gets a displayer factory for station.
 

Methods in bibliothek.gui with parameters of type DisplayerFactory
static DisplayerFactory DockUI.getDisplayerFactory(DisplayerFactory factory, DockStation station)
          Gets a DisplayerFactory for station.
 

Uses of DisplayerFactory in bibliothek.gui.dock.common.theme
 

Methods in bibliothek.gui.dock.common.theme that return DisplayerFactory
 DisplayerFactory CDockTheme.getDisplayFactory(DockStation station)
           
 

Uses of DisplayerFactory in bibliothek.gui.dock.station
 

Methods in bibliothek.gui.dock.station with parameters of type DisplayerFactory
 void DisplayerCollection.setFactory(DisplayerFactory factory)
          Sets the factory that will create new DockableDisplayer when needed.
 

Constructors in bibliothek.gui.dock.station with parameters of type DisplayerFactory
DisplayerCollection(DockStation station, DisplayerFactory factory)
          Creates a new collection
 

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

Classes in bibliothek.gui.dock.station.support that implement DisplayerFactory
 class DisplayerFactoryWrapper
          A wrapper for a DisplayerFactory.
 

Methods in bibliothek.gui.dock.station.support that return DisplayerFactory
 DisplayerFactory DisplayerFactoryWrapper.getDelegate()
          Gets the delegate of this wrapper.
 

Methods in bibliothek.gui.dock.station.support with parameters of type DisplayerFactory
 void DisplayerFactoryWrapper.setDelegate(DisplayerFactory delegate)
          Sets the delegate of this wrapper.
 

Uses of DisplayerFactory in bibliothek.gui.dock.themes
 

Methods in bibliothek.gui.dock.themes that return DisplayerFactory
 DisplayerFactory BasicTheme.getDisplayFactory(DockStation station)
           
 DisplayerFactory NoStackTheme.getDisplayFactory(DockStation station)
           
 

Methods in bibliothek.gui.dock.themes with parameters of type DisplayerFactory
 void BasicTheme.setDisplayerFactory(DisplayerFactory factory)
          Sets the DisplayerFactory of this theme.
 void BasicTheme.setDisplayerFactory(DisplayerFactory factory, Priority priority)
          Sets the DisplayerFactory of this theme.
 

Uses of DisplayerFactory in bibliothek.gui.dock.themes.basic
 

Classes in bibliothek.gui.dock.themes.basic that implement DisplayerFactory
 class BasicDisplayerFactory
          A DisplayerFactory that creates DockableDisplayer with no special settings.