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

Packages that use TabPainter
bibliothek.extension.gui.dock.theme Contains some DockThemes. 
bibliothek.extension.gui.dock.theme.eclipse.rex Contains the elements needed to paint a generic "tabbed pane". 
bibliothek.extension.gui.dock.theme.eclipse.rex.tab Various components needed to paint and manage the tab which is visible on a RexTabbedComponent
 

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.