bibliothek.gui.dock.themes
Interface StationPaintValue

All Superinterfaces:
UIValue<StationPaint>
All Known Implementing Classes:
DefaultStationPaintValue

public interface StationPaintValue
extends UIValue<StationPaint>

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

Author:
Benjamin Sigg

Field Summary
static Path KIND_STATION_PAINT
          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_STATION_PAINT

static final Path KIND_STATION_PAINT
the kind of UIValue this is

Method Detail

getStation

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

Returns:
the owner