Uses of Class
bibliothek.gui.dock.themes.color.TitleColor

Packages that use TitleColor
bibliothek.gui.dock.common.intern.color   
bibliothek.gui.dock.themes.basic Factories and classes used when the BasicTheme is active. 
 

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

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

Uses of TitleColor in bibliothek.gui.dock.themes.basic
 

Methods in bibliothek.gui.dock.themes.basic that return TitleColor
 TitleColor BasicDockTitle.getActiveLeftTitleColor()
          Gets the handle for the left active color.
 TitleColor BasicDockTitle.getActiveRightTitleColor()
          Gets the handle for the left active color.
 TitleColor BasicDockTitle.getActiveTextTitleColor()
          Gets a handle for the foreground color of an active title.
 TitleColor BasicDockTitle.getInactiveLeftTitleColor()
          Gets a handle for the left inactive color.
 TitleColor BasicDockTitle.getInactiveRightTitleColor()
          Gets a handle for the inactive right background color.
 TitleColor BasicDockTitle.getInactiveTextTitleColor()
          Gets a handle for the inactive foreground color.