Uses of Class
bibliothek.extension.gui.dock.theme.eclipse.stack.EclipseTabPane

Packages that use EclipseTabPane
bibliothek.extension.gui.dock.theme.eclipse.displayer The DockableDisplayers that are used by the EclipseTheme
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 EclipseTabPane in bibliothek.extension.gui.dock.theme.eclipse.displayer
 

Subclasses of EclipseTabPane in bibliothek.extension.gui.dock.theme.eclipse.displayer
 class EclipseDockableDisplayer
          This displayer paints a tab instead of a DockTitle (if the framework sets a title, then this title is ignored).
 

Uses of EclipseTabPane in bibliothek.extension.gui.dock.theme.eclipse.stack
 

Methods in bibliothek.extension.gui.dock.theme.eclipse.stack that return EclipseTabPane
 EclipseTabPane EclipseTabPaneContent.getPane()
          Gets the parent of this panel.
 

Constructors in bibliothek.extension.gui.dock.theme.eclipse.stack with parameters of type EclipseTabPane
EclipseMenu(EclipseTabPane pane)
          Creates a new menu.
EclipseTab(EclipseTabPane parent, Dockable dockable, TabComponent delegate)
          Creates a new tab.
EclipseTabInfo(EclipseTabPane pane)
          Creates a new component.
EclipseTabPaneContent(EclipseTabPane pane)
           
 

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

Methods in bibliothek.extension.gui.dock.theme.eclipse.stack.tab that return EclipseTabPane
 EclipseTabPane BaseTabComponent.getPane()
          Gets the parent of this component.
 

Methods in bibliothek.extension.gui.dock.theme.eclipse.stack.tab with parameters of type EclipseTabPane
 TabPanePainter TabPainter.createDecorationPainter(EclipseTabPane pane)
          Creates a new painter for the component which contains the tabs.
 TabComponent TabPainter.createTabComponent(EclipseTabPane pane, Dockable dockable)
          Creates a new tab for an EclipseTabPane.
 

Constructors in bibliothek.extension.gui.dock.theme.eclipse.stack.tab with parameters of type EclipseTabPane
ArchGradientPainter(EclipseTabPane pane, Dockable dockable)
          Creates a new painter.
BaseTabComponent(EclipseTabPane pane, Dockable dockable)
          Creates a new TabComponent
BaseTabComponent(EclipseTabPane pane, Dockable dockable, java.lang.String colorPostfix)
          Creates a new TabComponent
LinePainter(EclipseTabPane pane)
          Creates a new painter.
RectGradientPainter(EclipseTabPane pane, Dockable dockable)