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

Packages that use TabColor
bibliothek.extension.gui.dock.theme.bubble Various graphical and logical components used when BubbleTheme is active. 
bibliothek.extension.gui.dock.theme.eclipse.stack.tab Various components needed to paint and manage the tab which is visible on a EclipseTabPane
 

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

Subclasses of TabColor in bibliothek.extension.gui.dock.theme.bubble
protected  class BubbleTab.BubbleTabColor
          Some color needed on a Tab.
 

Uses of TabColor in bibliothek.extension.gui.dock.theme.eclipse.stack.tab
 

Fields in bibliothek.extension.gui.dock.theme.eclipse.stack.tab declared as TabColor
protected  TabColor BaseTabComponent.colorStackBorder
           
protected  TabColor BaseTabComponent.colorStackTabBorder
           
protected  TabColor DefaultInvisibleTab.colorStackTabBorder
           
protected  TabColor BaseTabComponent.colorStackTabBorderSelected
           
protected  TabColor DefaultInvisibleTab.colorStackTabBorderSelected
           
protected  TabColor BaseTabComponent.colorStackTabBorderSelectedFocused
           
protected  TabColor DefaultInvisibleTab.colorStackTabBorderSelectedFocused
           
protected  TabColor BaseTabComponent.colorStackTabBorderSelectedFocusLost
           
protected  TabColor DefaultInvisibleTab.colorStackTabBorderSelectedFocusLost
           
protected  TabColor BaseTabComponent.colorStackTabBottom
           
protected  TabColor BaseTabComponent.colorStackTabBottomSelected
           
protected  TabColor BaseTabComponent.colorStackTabBottomSelectedFocused
           
protected  TabColor BaseTabComponent.colorStackTabBottomSelectedFocusLost
           
protected  TabColor BaseTabComponent.colorStackTabText
           
protected  TabColor BaseTabComponent.colorStackTabTextSelected
           
protected  TabColor BaseTabComponent.colorStackTabTextSelectedFocused
           
protected  TabColor BaseTabComponent.colorStackTabTextSelectedFocusLost
           
protected  TabColor BaseTabComponent.colorStackTabTop
           
protected  TabColor BaseTabComponent.colorStackTabTopSelected
           
protected  TabColor BaseTabComponent.colorStackTabTopSelectedFocused
           
protected  TabColor BaseTabComponent.colorStackTabTopSelectedFocusLost
           
 

Methods in bibliothek.extension.gui.dock.theme.eclipse.stack.tab with parameters of type TabColor
protected  void BaseTabComponent.addAdditionalColors(TabColor... colors)
          Adds an additional set of colors to this tab.