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

Packages that use AbstractUIValue
bibliothek.extension.gui.dock.theme.bubble   
bibliothek.gui.dock.themes.color   
bibliothek.gui.dock.themes.font   
bibliothek.gui.dock.util.color   
bibliothek.gui.dock.util.font   
 

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.
protected  class BubbleStackDockComponent.BubbleTabFont
          Some font 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.themes.font
 

Subclasses of AbstractUIValue in bibliothek.gui.dock.themes.font
 class TabFont
          A font used for a tab of a StackDockStation.
 class TitleFont
          Represents a font used by a DockTitle.
 

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.
 

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

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