Uses of Interface
bibliothek.gui.dock.util.color.DockColor

Packages that use DockColor
bibliothek.extension.gui.dock.theme.bubble   
bibliothek.gui.dock.common.intern.color   
bibliothek.gui.dock.themes   
bibliothek.gui.dock.themes.color   
bibliothek.gui.dock.util.color   
 

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

Classes in bibliothek.extension.gui.dock.theme.bubble that implement DockColor
protected  class BubbleStackDockComponent.BubbleTabColor
          Some color needed on a BubbleStackDockComponent.Tab.
 

Uses of DockColor in bibliothek.gui.dock.common.intern.color
 

Methods in bibliothek.gui.dock.common.intern.color with parameters of type DockColor
protected  Color BubbleDisplayerTransmitter.get(Color color, String id, DockColor observer)
           
protected  Color MinimizedButtonColorTransmitter.get(Color color, String id, DockColor observer)
           
protected  Color TabColorTransmitter.get(Color color, String id, DockColor observer)
           
protected  Color TitleColorTransmitter.get(Color color, String id, DockColor observer)
           
protected  CDockable BubbleDisplayerTransmitter.getDockable(DockColor observer)
           
protected  CDockable MinimizedButtonColorTransmitter.getDockable(DockColor observer)
           
protected  CDockable TabColorTransmitter.getDockable(DockColor observer)
           
protected  CDockable TitleColorTransmitter.getDockable(DockColor observer)
           
 

Uses of DockColor in bibliothek.gui.dock.themes
 

Methods in bibliothek.gui.dock.themes with type parameters of type DockColor
protected
<P extends DockColor>
void
BasicTheme.updateColorBridge(Path kind)
          Transmits the ColorBridge for kind to the ColorManager
 

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

Classes in bibliothek.gui.dock.themes.color that implement DockColor
 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 DockColor in bibliothek.gui.dock.util.color
 

Classes in bibliothek.gui.dock.util.color that implement DockColor
 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.
 

Methods in bibliothek.gui.dock.util.color that return DockColor
protected  DockColor AbstractDockColor.me()