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.displayer Classes and interfaces that are needed by the DockableDisplayer
bibliothek.gui.dock.station Elements needed by various implementations of the DockStation interface. 
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
 

Fields in bibliothek.gui with type parameters of type DisplayerFactory
static PropertyKey<DisplayerFactory> DockTheme.DISPLAYER_FACTORY
          A unique identifier for the DockProperties to access the current DisplayerFactory.
 

Methods in bibliothek.gui that return DisplayerFactory
 DisplayerFactory DockTheme.getDisplayFactory(DockStation station)
          Gets a displayer factory for station.
This method should not be used directly, instead an UIValue of type DefaultDisplayerFactoryValue should be installed at the local ThemeManager to retrieve the value.
 

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.displayer
 

Constructors in bibliothek.gui.dock.displayer with parameters of type DisplayerFactory
DisplayerRequest(DockStation parent, Dockable target, DisplayerFactory defaultFactory, String displayerId)
          Creates a new request.
 

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, String displayerId)
          Creates a new collection
 

Uses of DisplayerFactory in bibliothek.gui.dock.themes
 

Classes in bibliothek.gui.dock.themes that implement DisplayerFactory
 class ThemeDisplayerFactory
          A DisplayerFactory that forwards all calls to the DisplayerFactory of the current DockTheme.
 

Fields in bibliothek.gui.dock.themes with type parameters of type DisplayerFactory
static TypedUIProperties.Type<DisplayerFactory> ThemeManager.DISPLAYER_FACTORY_TYPE
          Identifier for the type DisplayerFactory
 

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.
 void ThemeManager.setDisplayerFactory(String id, DisplayerFactory value)
          Sets a strategy how to display Dockables on a DockStation.
 

Method parameters in bibliothek.gui.dock.themes with type arguments of type DisplayerFactory
 void ThemeManager.setDisplayerFactoryBridge(Path kind, UIBridge<DisplayerFactory,UIValue<DisplayerFactory>> bridge)
          Sets the UIBridge that will transfer properties to those UIValues whose kind is either kind or a child of kind.
 void ThemeManager.setDisplayerFactoryBridge(Path kind, UIBridge<DisplayerFactory,UIValue<DisplayerFactory>> bridge)
          Sets the UIBridge that will transfer properties to those UIValues whose kind is either kind or a child of kind.
 

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.