public class DefaultDisplayerFactoryValue extends StationThemeItemValue<DisplayerFactory> implements DisplayerFactoryValue
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.KIND_DISPLAYER_FACTORY| Constructor and Description |
|---|
DefaultDisplayerFactoryValue(String id,
DockStation station)
Creates a new object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
request(DisplayerRequest request)
Creates a new
DockableDisplayer and answers to request. |
get, getDelegate, getStation, set, setController, setDelegateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStationpublic DefaultDisplayerFactoryValue(String id, DockStation station)
id - the identifier used for retrieving a resource of ThemeManagerstation - the owner of this object, not nullpublic void request(DisplayerRequest request)
DockableDisplayer and answers to request. This method does always create
a new DockableDisplayer.request - the request to answerCopyright © 2017 Docking Frames. All rights reserved.