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

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

Methods in bibliothek.extension.gui.dock.theme.eclipse.rex that return TabComponent
 TabComponent RexTabbedComponent.getTabComponent(int index)
           
 

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

Classes in bibliothek.extension.gui.dock.theme.eclipse.rex.tab that implement TabComponent
 class BaseTabComponent
          A base implementation of TabComponent.
 class DockTitleTab
          A DockTitleTab is a wrapper around an ordinary DockTitle to get a TabComponent.
This DockTitleTab will use EclipseDockTitleEvents to inform its DockTitle when a property has changed, the method DockTitle.changed(bibliothek.gui.dock.event.DockTitleEvent) is called for that purpose.
 class RectGradientPainter
           
 class ShapedGradientPainter
           
 

Methods in bibliothek.extension.gui.dock.theme.eclipse.rex.tab that return TabComponent
 TabComponent TabPainter.createTabComponent(DockController controller, RexTabbedComponent component, StackDockStation station, Dockable dockable, int index)
          Creates a new entry for the tab-strip above the contents of a RexTabbedComponent.