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(java.lang.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, setDelegate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getStation
public DefaultDisplayerFactoryValue(java.lang.String id, DockStation station)
id
- the identifier used for retrieving a resource of ThemeManager
station
- the owner of this object, not null
public void request(DisplayerRequest request)
DockableDisplayer
and answers to request
. This method does always create
a new DockableDisplayer
.request
- the request to answer