Uses of Interface
bibliothek.extension.gui.dock.theme.eclipse.rex.tab.TabPainter

Packages that use TabPainter
bibliothek.extension.gui.dock.theme   
bibliothek.extension.gui.dock.theme.eclipse.rex   
bibliothek.extension.gui.dock.theme.eclipse.rex.tab   
 

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

Fields in bibliothek.extension.gui.dock.theme with type parameters of type TabPainter
static PropertyKey<TabPainter> EclipseTheme.TAB_PAINTER
          Tells in which way the tabs should be painted.
 

Uses of TabPainter in bibliothek.extension.gui.dock.theme.eclipse.rex
 

Methods in bibliothek.extension.gui.dock.theme.eclipse.rex that return TabPainter
 TabPainter RexTabbedComponent.getTabPainter()
           
 

Methods in bibliothek.extension.gui.dock.theme.eclipse.rex with parameters of type TabPainter
 void RexTabbedComponent.setTabPainter(TabPainter painter)
           
 

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

Fields in bibliothek.extension.gui.dock.theme.eclipse.rex.tab declared as TabPainter
static TabPainter DockTitleTab.FACTORY
          A TabPainter that uses the id EclipseTheme.TAB_DOCK_TITLE to get a DockTitleVersion from the DockTitleManager and create a new DockTitle which is then wrapped by a DockTitleTab.
static TabPainter RectGradientPainter.FACTORY
           
static TabPainter ShapedGradientPainter.FACTORY
           
 

Methods in bibliothek.extension.gui.dock.theme.eclipse.rex.tab that return TabPainter
static TabPainter DockTitleTab.createFactory(TabPainter fallback)
          Creates a new factory which uses fallback to create a TabComponent when no DockTitle is available.
 

Methods in bibliothek.extension.gui.dock.theme.eclipse.rex.tab with parameters of type TabPainter
static TabPainter DockTitleTab.createFactory(TabPainter fallback)
          Creates a new factory which uses fallback to create a TabComponent when no DockTitle is available.