Uses of Interface
bibliothek.gui.dock.util.UIValue

Packages that use UIValue
bibliothek.extension.gui.dock.theme.bubble Various graphical and logical components used when BubbleTheme is active. 
bibliothek.gui.dock.common.intern.ui Base-classes intended for inheritance and small strategy-classes modifying the way Core works. 
bibliothek.gui.dock.themes.color The color subsystem allows each kind of element to get its colors from a central repository. 
bibliothek.gui.dock.themes.font Implementations of DockFont to be used at different places (as described in the documentation for each item). 
bibliothek.gui.dock.util Distribution of information in a global scale and methods available from everywhere. 
bibliothek.gui.dock.util.color The color subsystem, used by most of the components to search for the colors they need to paint. 
bibliothek.gui.dock.util.font The font-subsystem is used to define the fonts that are used to paint text. 
 

Uses of UIValue in bibliothek.extension.gui.dock.theme.bubble
 

Classes in bibliothek.extension.gui.dock.theme.bubble that implement UIValue
protected  class BubbleTab.BubbleTabColor
          Some color needed on a Tab.
protected  class BubbleTab.BubbleTabFont
          Some font needed on a Tab
protected  class BubbleTabMenu.BubbleMenuColor
          Link to a color that is used to paint this button.
 

Uses of UIValue in bibliothek.gui.dock.common.intern.ui
 

Classes in bibliothek.gui.dock.common.intern.ui with type parameters of type UIValue
 class UITransmitter<V,U extends UIValue<V>>
          An UITransmitter listens to some kind of map and updates some UIValues when the contents of that map change.
 

Uses of UIValue in bibliothek.gui.dock.themes.color
 

Classes in bibliothek.gui.dock.themes.color that implement UIValue
 class ActionColor
          A color used for a DockAction.
 class DisplayerColor
          A color used on a DockableDisplayer.
 class DockableSelectionColor
          A color used by a DockableSelection.
 class MenuColor
          A color representing a CombinedMenu.
 class StationPaintColor
          A color used by a StationPaint.
 class TabColor
          Color related to a single Dockable that is in a tab for example on a StackDockStation.
 class TitleColor
          A color used by a DockTitle.
 

Uses of UIValue in bibliothek.gui.dock.themes.font
 

Classes in bibliothek.gui.dock.themes.font that implement UIValue
 class TabFont
          A font used for a tab for example on a StackDockStation.
 class TitleFont
          Represents a font used by a DockTitle.
 

Uses of UIValue in bibliothek.gui.dock.util
 

Classes in bibliothek.gui.dock.util with type parameters of type UIValue
 class AbstractUIValue<V,U extends UIValue<V>>
          An abstract implementation of UIValue.
 class MultiUIBridge<V,U extends UIValue<V>>
          A MultiUIBridge is a collection of UIBridges.
 interface UIBridge<V,U extends UIValue<V>>
          An UIBridge is a bridge between the UIProperties and several UIValues.
 class UIProperties<V,U extends UIValue<V>,B extends UIBridge<V,U>>
          A map containing which contains some string-values pairs and so called bridges to modify these values when reading them out.
 

Classes in bibliothek.gui.dock.util that implement UIValue
 class AbstractUIValue<V,U extends UIValue<V>>
          An abstract implementation of UIValue.
 

Uses of UIValue in bibliothek.gui.dock.util.color
 

Subinterfaces of UIValue in bibliothek.gui.dock.util.color
 interface DockColor
          A wrapper around a Color object.
 

Classes in bibliothek.gui.dock.util.color that implement UIValue
 class AbstractDockColor
          A DockColor that contains more than one Color: override: is a value that can be set from outside and overrides all other values value: is the value obtained through the ColorManager backup: is a color used when all other colors are unavailable
This class also has methods to add or remove itself from a ColorManager.
 

Uses of UIValue in bibliothek.gui.dock.util.font
 

Subinterfaces of UIValue in bibliothek.gui.dock.util.font
 interface DockFont
          A wrapper around a FontModifier object.
 

Classes in bibliothek.gui.dock.util.font that implement UIValue
 class AbstractDockFont
          An abstract implementation of DockFont that can connect itself to a DockController.