Uses of Class
bibliothek.gui.dock.util.AbstractUIValue

Packages that use AbstractUIValue
bibliothek.extension.gui.dock.theme.bubble Various graphical and logical components used when BubbleTheme is active. 
bibliothek.gui.dock.themes.color The color subsystem allows each kind of element to get its colors from a central repository. 
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. 
 

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

Subclasses of AbstractUIValue in bibliothek.extension.gui.dock.theme.bubble
protected  class BubbleStackDockComponent.BubbleTabColor
          Some color needed on a BubbleStackDockComponent.Tab.
 

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

Subclasses of AbstractUIValue in bibliothek.gui.dock.themes.color
 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 StationPaintColor
          A color used by a StationPaint.
 class TabColor
          Color related to a single Dockable on a StackDockStation.
 class TitleColor
          A color used by a DockTitle.
 

Uses of AbstractUIValue in bibliothek.gui.dock.util
 

Constructor parameters in bibliothek.gui.dock.util with type arguments of type AbstractUIValue
AbstractUIValue(String id, Class<? extends AbstractUIValue<V,U>> kind)
          Creates a new UIValue.
AbstractUIValue(String id, Class<? extends AbstractUIValue<V,U>> kind, V backup)
          Creates a new UIValue.
 

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

Subclasses of AbstractUIValue in bibliothek.gui.dock.util.color
 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.