|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.themes.StationThemeItemValue<DisplayerFactory>
bibliothek.gui.dock.themes.DefaultDisplayerFactoryValue
public class DefaultDisplayerFactoryValue
A wrapper for a DisplayerFactory. Every call to the Interface
is forwarded to a delegate. If no delegate is set, a default
DisplayerFactory provided by the DockTheme
is used.
| Field Summary |
|---|
| Fields inherited from interface bibliothek.gui.dock.themes.DisplayerFactoryValue |
|---|
KIND_DISPLAYER_FACTORY |
| Constructor Summary | |
|---|---|
DefaultDisplayerFactoryValue(java.lang.String id,
DockStation station)
Creates a new object. |
|
| Method Summary | |
|---|---|
DockableDisplayer |
create(Dockable dockable,
DockTitle title)
Uses the current factory to create a new DockableDisplayer. |
| Methods inherited from class bibliothek.gui.dock.themes.StationThemeItemValue |
|---|
get, getDelegate, getStation, set, setController, setDelegate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface bibliothek.gui.dock.themes.DisplayerFactoryValue |
|---|
getStation |
| Methods inherited from interface bibliothek.gui.dock.util.UIValue |
|---|
set |
| Constructor Detail |
|---|
public DefaultDisplayerFactoryValue(java.lang.String id,
DockStation station)
id - the identifier used for retrieving a resource of ThemeManagerstation - the owner of this object, not null| Method Detail |
|---|
public DockableDisplayer create(Dockable dockable,
DockTitle title)
DockableDisplayer. Falls back to a BasicDockableDisplayer
if no factory can be found.
dockable - the element for which a displayer is requiredtitle - the title of the displayer, can be null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||