| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 BubbleThemeis
 active. | 
| bibliothek.extension.gui.dock.theme.eclipse.displayer | The DockableDisplayers that are used
 by theEclipseTheme. | 
| bibliothek.extension.gui.dock.theme.flat | Various graphical and logical components needed to paint the layout
 when FlatThemeis 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 DockStationinterface. | 
| bibliothek.gui.dock.themes | Contains an implementation of DockThemeand
 all classes which are neede by this theme. | 
| bibliothek.gui.dock.themes.basic | Factories and classes used when the BasicThemeis active. | 
| Uses of DisplayerFactory in bibliothek.extension.gui.dock.theme | 
|---|
| Fields in bibliothek.extension.gui.dock.theme declared as DisplayerFactory | |
|---|---|
| protected  DisplayerFactory | FlatTheme.splitDisplayFactoryA 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 DisplayerFactorythat is used for theSplitDockStation. | 
| Uses of DisplayerFactory in bibliothek.extension.gui.dock.theme.bubble | 
|---|
| Classes in bibliothek.extension.gui.dock.theme.bubble that implement DisplayerFactory | |
|---|---|
|  class | BubbleDisplayerFactoryA 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 | EclipseDisplayerFactoryThis factory makes use of a EclipseThemeConnectorto decide which
 kind ofDockableDisplayerto create. | 
| Uses of DisplayerFactory in bibliothek.extension.gui.dock.theme.flat | 
|---|
| Classes in bibliothek.extension.gui.dock.theme.flat that implement DisplayerFactory | |
|---|---|
|  class | FlatDisplayerFactoryA 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_FACTORYA unique identifier for the DockPropertiesto access the currentDisplayerFactory. | 
| 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 UIValueof typeDefaultDisplayerFactoryValueshould
 be installed at the localThemeManagerto 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 DockableDisplayerwhen
 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 | ThemeDisplayerFactoryA DisplayerFactorythat forwards all calls to theDisplayerFactoryof the currentDockTheme. | 
| Fields in bibliothek.gui.dock.themes with type parameters of type DisplayerFactory | |
|---|---|
| static TypedUIProperties.Type<DisplayerFactory> | ThemeManager.DISPLAYER_FACTORY_TYPEIdentifier 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 DisplayerFactoryof this theme. | 
|  void | BasicTheme.setDisplayerFactory(DisplayerFactory factory,
                    Priority priority)Sets the DisplayerFactoryof this theme. | 
|  void | ThemeManager.setDisplayerFactory(String id,
                    DisplayerFactory value)Sets a strategy how to display Dockables on aDockStation. | 
| 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 UIBridgethat will transfer properties to thoseUIValues whose kind is eitherkindor a child ofkind. | 
|  void | ThemeManager.setDisplayerFactoryBridge(Path kind,
                          UIBridge<DisplayerFactory,UIValue<DisplayerFactory>> bridge)Sets the UIBridgethat will transfer properties to thoseUIValues whose kind is eitherkindor a child ofkind. | 
| Uses of DisplayerFactory in bibliothek.gui.dock.themes.basic | 
|---|
| Classes in bibliothek.gui.dock.themes.basic that implement DisplayerFactory | |
|---|---|
|  class | BasicDisplayerFactoryA DisplayerFactorythat createsDockableDisplayerwith
 no special settings. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||