bibliothek.gui.dock.themes
Interface CombinerValue

All Superinterfaces:
UIValue<Combiner>
All Known Implementing Classes:
StationCombinerValue

public interface CombinerValue
extends UIValue<Combiner>

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

Author:
Benjamin Sigg

Field Summary
static Path KIND_COMBINER
          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_COMBINER

static final Path KIND_COMBINER
the kind of UIValue this is

Method Detail

getStation

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

Returns:
the owner