Uses of Interface
bibliothek.extension.gui.dock.theme.eclipse.EclipseTabStateInfo

Packages that use EclipseTabStateInfo
bibliothek.extension.gui.dock.theme.eclipse Various graphical and logical components needed when the EclipseTheme is active. 
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 EclipseTabStateInfo in bibliothek.extension.gui.dock.theme.eclipse
 

Methods in bibliothek.extension.gui.dock.theme.eclipse with parameters of type EclipseTabStateInfo
protected  EclipseTabDockActionLocation DefaultEclipseThemeConnector.getLocation(DockAction action, EclipseTabStateInfo tab)
          Gets the location of action.
protected  EclipseTabDockActionLocation DefaultEclipseThemeConnector.getLocation(EclipseTabDockAction annotation, EclipseTabStateInfo tab)
          Gets the location encoded in annotation.
 boolean DefaultEclipseThemeConnector.shouldShowOnSide(DockAction action, EclipseTabStateInfo tab)
           
 boolean EclipseThemeConnector.shouldShowOnSide(DockAction action, EclipseTabStateInfo tab)
          Tells whether action should be shown on the right side of the tab of dockable.
Note that #shouldShowOnSide(DockAction, Dockable) and EclipseThemeConnector.shouldShowOnTab(DockAction, EclipseTabStateInfo) are independent of each other.
 boolean DefaultEclipseThemeConnector.shouldShowOnTab(DockAction action, EclipseTabStateInfo tab)
           
 boolean EclipseThemeConnector.shouldShowOnTab(DockAction action, EclipseTabStateInfo tab)
          Tells whether action should be shown on the tab of dockable.
Note that #shouldShowOnSide(DockAction, Dockable) and EclipseThemeConnector.shouldShowOnTab(DockAction, EclipseTabStateInfo) are independent of each other.
 

Constructors in bibliothek.extension.gui.dock.theme.eclipse with parameters of type EclipseTabStateInfo
EclipseDockActionSource(EclipseTheme theme, DockActionSource source, EclipseTabStateInfo tab, boolean showForTab)
          Creates a new source
 

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

Methods in bibliothek.extension.gui.dock.theme.eclipse.stack that return EclipseTabStateInfo
 EclipseTabStateInfo EclipseTab.getEclipseTabStateInfo()
          Gets information about the state of this tab.
 

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

Classes in bibliothek.extension.gui.dock.theme.eclipse.stack.tab that implement EclipseTabStateInfo
 class ArchGradientPainter
          This TabComponent uses an Arch to paint the right end of a tab.
 class BaseTabComponent
          A base implementation of TabComponent.
 class DockTitleTab
          Deprecated. Using a custom TabPainter is the preferred way to modify the tabs
 class RectGradientPainter
          This TabComponent draws a compact tab.
 

Methods in bibliothek.extension.gui.dock.theme.eclipse.stack.tab that return EclipseTabStateInfo
 EclipseTabStateInfo BaseTabComponent.getEclipseTabStateInfo()
           
 EclipseTabStateInfo DockTitleTab.getEclipseTabStateInfo()
          Deprecated.  
 EclipseTabStateInfo TabComponent.getEclipseTabStateInfo()
          Gets information about the state of this tab.