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

Type Parameters:
V - the type of resource that is wrapped into this.
All Known Subinterfaces:
ActionDockBorder, BackgroundComponent, CombinerValue, DisplayerBackgroundComponent, DisplayerDockBorder, DisplayerFactoryValue, DockableBackgroundComponent, DockActionBackgroundComponent, DockBorder, DockColor, DockFont, DockTitleBackgroundComponent, FlapWindowBackgroundComponent, ScreenDockWindowBackgroundComponent, ScreenDockWindowColor, ScreenDockWindowDockBorder, SpanFactoryValue, StackDockComponentBorder, StackDockComponentContentBorder, StationBackgroundComponent, StationPaintValue, TabPaneBackgroundComponent, TabPaneChildBackgroundComponent, TabPaneMenuBackgroundComponent, TabPaneTabBackgroundComponent, TitleDockBorder
All Known Implementing Classes:
AbstractDockColor, AbstractDockFont, AbstractUIValue, ActionColor, BackgroundAlgorithm, BasicDockableDisplayer.DisplayerBorder, BorderForwarder, BubbleTab.BubbleTabColor, BubbleTab.BubbleTabFont, ButtonFont, CActionText, ChoiceEntryText, ChoiceText, DefaultDisplayerFactoryValue, DefaultScreenDockWindowBorder.BorderColor, DefaultStationPaintValue, DialogText, DisplayerColor, DisplayerScreenDockWindow.Background, DockableIcon, DockableSelectionColor, DockActionIcon, DockActionText, DockIcon, DockStationIcon, EditorText, MenuColor, MenuPieceText, PreferenceModelText, PreferenceOperationIcon, PreferenceOperationText, PreferenceText, StationCombinerValue, StationPaintColor, StationSpanFactoryValue, StationThemeItemValue, SwingActionText, TabColor, TabFont, TabMenuDockIcon, TextValue, ThemeFactoryText, TitleColor, TitleFont

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