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

Packages that use TabComponent
bibliothek.extension.gui.dock.theme.eclipse.stack   
bibliothek.extension.gui.dock.theme.eclipse.stack.tab   
 

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

Methods in bibliothek.extension.gui.dock.theme.eclipse.stack that return TabComponent
 TabComponent EclipseTab.getTab()
          Gets the component which actually paints stuff.
 TabComponent EclipseTab.getTabComponent()
          Gets the TabComponent which is shown on this tab.
 

Methods in bibliothek.extension.gui.dock.theme.eclipse.stack with parameters of type TabComponent
 int EclipseTabPane.indexOfVisible(TabComponent tab)
          Gets the index of tab in respect to the Dockables of this pane, ignores any invisible tab.
 

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

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

Classes in bibliothek.extension.gui.dock.theme.eclipse.stack.tab that implement TabComponent
 class ArchGradientPainter
           
 class BaseTabComponent
          A base implementation of TabComponent.
 class DockTitleTab
          A DockTitleTab is a wrapper around an ordinary DockTitle to get a TabComponent.
 class RectGradientPainter
           
 

Methods in bibliothek.extension.gui.dock.theme.eclipse.stack.tab that return TabComponent
 TabComponent TabPainter.createTabComponent(EclipseTabPane pane, Dockable dockable)
          Creates a new tab for an EclipseTabPane.
 

Methods in bibliothek.extension.gui.dock.theme.eclipse.stack.tab with parameters of type TabComponent
 Insets ArchGradientPainter.getOverlap(TabComponent other)
           
 Insets DockTitleTab.getOverlap(TabComponent other)
           
 Insets RectGradientPainter.getOverlap(TabComponent other)
           
 Insets TabComponent.getOverlap(TabComponent other)
          Gets the number of pixels which should be covered at the sides of this component.