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

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

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 BasicStationTitle.getActiveTextTitleColor()
          Gets the TitleColor which represents the foreground of an active title.
 TitleColor BasicStationTitle.getActiveTitleColor()
          Gets the TitleColor which represents the background 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.
 TitleColor BasicStationTitle.getInactiveTextTitleColor()
          Gets the TitleColor which represents the foreground of an inactive title.
 TitleColor BasicStationTitle.getInactiveTitleColor()
          Gets the TitleColor which represents the background of an inactive title.