bibliothek.gui.dock.util
Interface UIValue<V>

Type Parameters:
V - the type of resource that is wrapped into this.
All Known Subinterfaces:
DockColor
All Known Implementing Classes:
AbstractDockColor, AbstractUIValue, ActionColor, BubbleStackDockComponent.BubbleTabColor, DisplayerColor, DockableSelectionColor, StationPaintColor, TabColor, TitleColor

public interface UIValue<V>

An UIValue is a wrapper around a resource that can be modified by an UIBridge or the UIProperties.

Author:
Benjamin Sigg

Method Summary
 void set(V value)
          Called when the underlying resource of this UIValue changes.
 

Method Detail

set

void set(V value)
Called when the underlying resource of this UIValue changes.

Parameters:
value - the new value