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

Packages that use DockColor
bibliothek.extension.gui.dock.theme Contains some DockThemes. 
bibliothek.extension.gui.dock.theme.bubble Various graphical and logical components used when BubbleTheme is active. 
bibliothek.gui.dock.common.intern.color Various implementations of ColorBridge used by the themes of Common to transfer colors from the ColorMap of CDockables through the ColorManager to the Components which are related to said dockables. 
bibliothek.gui.dock.common.theme.color Introduces an extension to the color management. 
bibliothek.gui.dock.station.screen.window Contains the window ( JDialog, JInternalDialog, etc..) that shows the children of a ScreenDockStation and the classes required to configure that window. 
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.color The color subsystem, used by most of the components to search for the colors they need to paint. 
 

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

Method parameters in bibliothek.extension.gui.dock.theme with type arguments of type DockColor
 void IdentifiedColorScheme.addListener(UISchemeListener<Color,DockColor,ColorBridge> listener)
           
 ColorBridge IdentifiedColorScheme.getBridge(Path name, UIProperties<Color,DockColor,ColorBridge> properties)
           
 Color IdentifiedColorScheme.getResource(String name, UIProperties<Color,DockColor,ColorBridge> properties)
           
 void IdentifiedColorScheme.install(UIProperties<Color,DockColor,ColorBridge> properties)
           
 void IdentifiedColorScheme.removeListener(UISchemeListener<Color,DockColor,ColorBridge> listener)
           
 void IdentifiedColorScheme.uninstall(UIProperties<Color,DockColor,ColorBridge> properties)
           
 

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

Classes in bibliothek.extension.gui.dock.theme.bubble that implement DockColor
protected  class BubbleTab.BubbleTabColor
          Some color needed on a 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.common.theme.color
 

Methods in bibliothek.gui.dock.common.theme.color with parameters of type DockColor
 void ExtendedColorBridge.add(String id, DockColor uiValue)
           
 void ExtendedColorBridge.remove(String id, DockColor uiValue)
           
 void ExtendedColorBridge.set(String id, Color value, DockColor uiValue)
           
 

Uses of DockColor in bibliothek.gui.dock.station.screen.window
 

Subinterfaces of DockColor in bibliothek.gui.dock.station.screen.window
 interface ScreenDockWindowColor
          Represents a color that is used to paint something of a ScreenDockWindow.
 

Classes in bibliothek.gui.dock.station.screen.window that implement DockColor
protected  class DefaultScreenDockWindowBorder.BorderColor
          A DockColor representing a color used by this border.
 

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 MenuColor
          A color representing a CombinedMenu.
 class StationColor
          A color used for painting a DockStation.
 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.
 

Method parameters in bibliothek.gui.dock.themes.color with type arguments of type DockColor
 void AbstractColorScheme.addListener(UISchemeListener<Color,DockColor,ColorBridge> listener)
           
 void ExtendingColorScheme.addListener(UISchemeListener<Color,DockColor,ColorBridge> listener)
           
protected  void AbstractColorScheme.fire(UISchemeEvent<Color,DockColor,ColorBridge> event)
          Calls UISchemeListener.changed(UISchemeEvent) on all currently registered listeners.
 ColorBridge DefaultColorScheme.getBridge(Path name, UIProperties<Color,DockColor,ColorBridge> properties)
           
 ColorBridge ExtendingColorScheme.getBridge(Path name, UIProperties<Color,DockColor,ColorBridge> properties)
           
 Color DefaultColorScheme.getResource(String name, UIProperties<Color,DockColor,ColorBridge> properties)
           
 Color ExtendingColorScheme.getResource(String name, UIProperties<Color,DockColor,ColorBridge> properties)
           
 void AbstractColorScheme.install(UIProperties<Color,DockColor,ColorBridge> properties)
           
 void ExtendingColorScheme.install(UIProperties<Color,DockColor,ColorBridge> properties)
           
 void AbstractColorScheme.removeListener(UISchemeListener<Color,DockColor,ColorBridge> listener)
           
 void ExtendingColorScheme.removeListener(UISchemeListener<Color,DockColor,ColorBridge> listener)
           
 void AbstractColorScheme.uninstall(UIProperties<Color,DockColor,ColorBridge> properties)
           
 void ExtendingColorScheme.uninstall(UIProperties<Color,DockColor,ColorBridge> properties)
           
 

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()