Uses of Class
bibliothek.gui.dock.station.stack.tab.TabConfiguration

Packages that use TabConfiguration
bibliothek.extension.gui.dock.theme.bubble Various graphical and logical components used when BubbleTheme 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
bibliothek.extension.gui.dock.theme.flat Various graphical and logical components needed to paint the layout when FlatTheme is active. 
bibliothek.gui.dock.station.stack Elements which are related to the StackDockStation
bibliothek.gui.dock.station.stack.tab This package contains a generic implementation of a "tabbed-pane". 
 

Uses of TabConfiguration in bibliothek.extension.gui.dock.theme.bubble
 

Methods in bibliothek.extension.gui.dock.theme.bubble with parameters of type TabConfiguration
 void BubbleTab.setConfiguration(TabConfiguration configuration)
           
 

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

Methods in bibliothek.extension.gui.dock.theme.eclipse.stack with parameters of type TabConfiguration
 void EclipseTab.setConfiguration(TabConfiguration configuration)
           
 

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

Methods in bibliothek.extension.gui.dock.theme.eclipse.stack.tab with parameters of type TabConfiguration
 void BaseTabComponent.setConfiguration(TabConfiguration configuration)
           
 void DockTitleTab.setConfiguration(TabConfiguration configuration)
          Deprecated.  
 void TabComponent.setConfiguration(TabConfiguration configuration)
          Fine tunes the look and behavior of this tab.
 

Uses of TabConfiguration in bibliothek.extension.gui.dock.theme.flat
 

Methods in bibliothek.extension.gui.dock.theme.flat with parameters of type TabConfiguration
 void FlatTab.setConfiguration(TabConfiguration configuration)
           
 

Uses of TabConfiguration in bibliothek.gui.dock.station.stack
 

Methods in bibliothek.gui.dock.station.stack that return TabConfiguration
 TabConfiguration CombinedStackDockComponent.getConfiguration(Dockable child)
          Forwards child to the current TabConfigurations, in order to get the matching TabConfiguration.
 

Methods in bibliothek.gui.dock.station.stack with parameters of type TabConfiguration
 void CombinedTab.setConfiguration(TabConfiguration configuration)
          Fine tunes this tab.
 

Uses of TabConfiguration in bibliothek.gui.dock.station.stack.tab
 

Methods in bibliothek.gui.dock.station.stack.tab that return TabConfiguration
 TabConfiguration TabComponentLayoutManager.getConfiguration()
          Gets the current configuration of the tab
 TabConfiguration TabConfigurations.getConfiguration(Dockable dockable)
          Gets the configuration for a tab that represents Dockable.
 

Methods in bibliothek.gui.dock.station.stack.tab with parameters of type TabConfiguration
 void TabComponentLayoutManager.setConfiguration(TabConfiguration configuration)
          Changes the look and behavior of the tab.
 

Constructors in bibliothek.gui.dock.station.stack.tab with parameters of type TabConfiguration
TabComponentLayoutManager(OrientedLabel label, ButtonPanel panel, TabConfiguration configuration)
          Creates a new layout manager.