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.themes.font Implementations of DockFont to be used at different places (as described in the documentation for each item). 
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 AbstractUIValue in bibliothek.extension.gui.dock.theme.bubble
 

Subclasses of AbstractUIValue in bibliothek.extension.gui.dock.theme.bubble
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 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 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 AbstractUIValue in bibliothek.gui.dock.themes.font
 

Subclasses of AbstractUIValue in bibliothek.gui.dock.themes.font
 class TabFont
          A font used for a tab for example on 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.