bibliothek.gui.dock.themes
Interface DisplayerFactoryValue

All Superinterfaces:
UIValue<DisplayerFactory>
All Known Implementing Classes:
DefaultDisplayerFactoryValue

public interface DisplayerFactoryValue
extends UIValue<DisplayerFactory>

An UIValue that is used to retrieve a DisplayerFactory from a ThemeManager.

Author:
Benjamin Sigg

Field Summary
static Path KIND_DISPLAYER_FACTORY
          the kind of UIValue this is
 
Method Summary
 DockStation getStation()
          Gets the station for which this UIValue works.
 
Methods inherited from interface bibliothek.gui.dock.util.UIValue
set
 

Field Detail

KIND_DISPLAYER_FACTORY

static final Path KIND_DISPLAYER_FACTORY
the kind of UIValue this is

Method Detail

getStation

DockStation getStation()
Gets the station for which this UIValue works.

Returns:
the owner