bibliothek.gui.dock.themes
Interface SpanFactoryValue

All Superinterfaces:
UIValue<SpanFactory>
All Known Implementing Classes:
StationSpanFactoryValue

public interface SpanFactoryValue
extends UIValue<SpanFactory>

An UIValue that is used to retreive a SpanFactory from a ThemeManager.

Author:
Benjamin Sigg

Field Summary
static Path KIND_SPAN_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_SPAN_FACTORY

static final Path KIND_SPAN_FACTORY
the kind of UIValue this is

Method Detail

getStation

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

Returns:
the owner