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

Packages that use TabPainter
bibliothek.extension.gui.dock.theme Contains some DockThemes. 
bibliothek.extension.gui.dock.theme.eclipse.stack An implementation of TabPane and supporting classes for the EclipseTheme
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 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.stack
 

Methods in bibliothek.extension.gui.dock.theme.eclipse.stack that return TabPainter
 TabPainter EclipseTabPane.getTabPainter()
          Gets the TabPainter that is currently responsible for creating new tabs for this pane.
 

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

Fields in bibliothek.extension.gui.dock.theme.eclipse.stack.tab declared as TabPainter
static TabPainter ArchGradientPainter.FACTORY
          This factory creates instances of ArchGradientPainter.
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
           
 

Methods in bibliothek.extension.gui.dock.theme.eclipse.stack.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.stack.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.