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

Packages that use TabPanePainter
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 TabPanePainter in bibliothek.extension.gui.dock.theme.eclipse.stack
 

Methods in bibliothek.extension.gui.dock.theme.eclipse.stack that return TabPanePainter
 TabPanePainter EclipseTabPane.getPainter()
          Gets the TabPanePainter which paints decorations for this panel.
 

Methods in bibliothek.extension.gui.dock.theme.eclipse.stack with parameters of type TabPanePainter
 void EclipseTabPane.setPainter(TabPanePainter painter)
          Sets the TabPanePainter which will paint decorations for this panel.
 

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

Classes in bibliothek.extension.gui.dock.theme.eclipse.stack.tab that implement TabPanePainter
 class LinePainter
          Paints the background of the tab by just painting a single line.
 

Methods in bibliothek.extension.gui.dock.theme.eclipse.stack.tab that return TabPanePainter
 TabPanePainter TabPainter.createDecorationPainter(EclipseTabPane pane)
          Creates a new painter for the component which contains the tabs.