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.rex.tab Various components needed to paint and manage the tab which is visible on a RexTabbedComponent
bibliothek.gui.dock.common.intern.color   
 

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

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

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

Fields in bibliothek.extension.gui.dock.theme.eclipse.rex.tab declared as TabColor
protected  TabColor BaseTabComponent.colorStackTabBorder
           
protected  TabColor BaseTabComponent.colorStackTabBorderSelected
           
protected  TabColor BaseTabComponent.colorStackTabBorderSelectedFocused
           
protected  TabColor BaseTabComponent.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
           
 

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

Fields in bibliothek.gui.dock.common.intern.color with type parameters of type TabColor
static ColorProviderFactory<TabColor,BubbleTabTransmitter> BubbleTabTransmitter.FACTORY
          A factory that creates BubbleTabTransmitters.
static ColorProviderFactory<TabColor,EclipseTabTransmitter> EclipseTabTransmitter.FACTORY
          A factory that creates EclipseTabTransmitters.
 

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