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

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

Methods in bibliothek.extension.gui.dock.theme.eclipse.stack that return TabComponent
 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
          This TabComponent draws uses an Arch to paint the right end of a tab.
 class BaseTabComponent
          A base implementation of TabComponent.
 class DockTitleTab
          A DockTitleTab is a wrapper around an ordinary DockTitle to get a TabComponent.
 class RectGradientPainter
          This TabComponent draws a compact tab.
 

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
 java.awt.Dimension BaseTabComponent.getMinimumSize(TabComponent[] tabs)
           
 java.awt.Dimension DockTitleTab.getMinimumSize(TabComponent[] tabs)
           
 java.awt.Dimension TabComponent.getMinimumSize(TabComponent[] tabs)
          Gets the minimum size of this tab under the assumption that this tab is displayed together with tabs.
 java.awt.Insets ArchGradientPainter.getOverlap(TabComponent other)
           
 java.awt.Insets DockTitleTab.getOverlap(TabComponent other)
           
 java.awt.Insets RectGradientPainter.getOverlap(TabComponent other)
           
 java.awt.Insets TabComponent.getOverlap(TabComponent other)
          Gets the number of pixels which should be covered at the sides of this component by other tabs.
 java.awt.Dimension BaseTabComponent.getPreferredSize(TabComponent[] tabs)
           
 java.awt.Dimension DockTitleTab.getPreferredSize(TabComponent[] tabs)
           
 java.awt.Dimension TabComponent.getPreferredSize(TabComponent[] tabs)
          Gets the preferred size of this tab under the assumption that this tab is displayed together with tabs.