Uses of Class
bibliothek.gui.dock.station.stack.tab.layouting.TabPlacement

Packages that use TabPlacement
bibliothek.extension.gui.dock.theme.bubble Various graphical and logical components used when BubbleTheme is active. 
bibliothek.extension.gui.dock.theme.eclipse.displayer The DockableDisplayers that are used by the EclipseTheme
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 The five basic classes implementing Dockable and DockStation plus some supporting elements. 
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". 
bibliothek.gui.dock.station.stack.tab.layouting Various interfaces and classes used by a TabPane to describe its content to a TabLayoutManager, which will set position and size of all the children of the TabPane
bibliothek.gui.dock.themes Contains an implementation of DockTheme and all classes which are neede by this theme. 
 

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

Methods in bibliothek.extension.gui.dock.theme.bubble with parameters of type TabPlacement
 void BubbleTab.setOrientation(TabPlacement orientation)
           
 

Uses of TabPlacement in bibliothek.extension.gui.dock.theme.eclipse.displayer
 

Methods in bibliothek.extension.gui.dock.theme.eclipse.displayer that return TabPlacement
 TabPlacement NoTitleDisplayer.getTabPlacement()
           
 

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

Methods in bibliothek.extension.gui.dock.theme.eclipse.stack with parameters of type TabPlacement
 void EclipseTab.setOrientation(TabPlacement orientation)
           
 void EclipseTabInfo.setOrientation(TabPlacement orientation)
           
 

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

Methods in bibliothek.extension.gui.dock.theme.eclipse.stack.tab that return TabPlacement
 TabPlacement BaseTabComponent.getOrientation()
          Gets the current orientation of this tab, see BaseTabComponent.setOrientation(TabPlacement).
 TabPlacement BorderedComponent.getTabPlacement()
          Tells at which side tabs are shown.
 

Methods in bibliothek.extension.gui.dock.theme.eclipse.stack.tab with parameters of type TabPlacement
 void BaseTabComponent.setOrientation(TabPlacement orientation)
           
 void DockTitleTab.setOrientation(TabPlacement orientation)
           
 void TabComponent.setOrientation(TabPlacement orientation)
          Sets the placement of the tabs and as a result the orientation of this component.
 

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

Methods in bibliothek.extension.gui.dock.theme.flat that return TabPlacement
 TabPlacement FlatTab.getOrientation()
          Gets the orientation of this tab.
 

Methods in bibliothek.extension.gui.dock.theme.flat with parameters of type TabPlacement
 void FlatTab.setOrientation(TabPlacement orientation)
           
 

Uses of TabPlacement in bibliothek.gui.dock
 

Fields in bibliothek.gui.dock with type parameters of type TabPlacement
static PropertyKey<TabPlacement> StackDockStation.TAB_PLACEMENT
          Key for setting the side at which the tabs appear in relation to the selected dockable
 

Methods in bibliothek.gui.dock that return TabPlacement
 TabPlacement StackDockStation.getTabPlacement()
          Gets the location where tabs are currently placed.
 

Methods in bibliothek.gui.dock with parameters of type TabPlacement
 void StackDockStation.setTabPlacement(TabPlacement placement)
          Tells this station where to put the tabs.
 

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

Methods in bibliothek.gui.dock.station.stack with parameters of type TabPlacement
 void DefaultStackDockComponent.setTabPlacement(TabPlacement tabSide)
           
 void StackDockComponent.setTabPlacement(TabPlacement tabSide)
          Sets at which side tabs should be displayed.
 

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

Methods in bibliothek.gui.dock.station.stack.tab that return TabPlacement
 TabPlacement AbstractTabPaneComponent.getOrientation()
          Gets the orientation of this component.
 TabPlacement AbstractTabPane.getTabPlacement()
           
 TabPlacement TabPane.getTabPlacement()
          Tells at which side tabs are to be displayed.
 

Methods in bibliothek.gui.dock.station.stack.tab with parameters of type TabPlacement
 void AbstractTabPaneComponent.setOrientation(TabPlacement orientation)
           
 void TabPaneComponent.setOrientation(TabPlacement orientation)
          Tells this component how to paint itself.
 void AbstractTabPane.setTabPlacement(TabPlacement tabPlacement)
          Tells this pane where to paint the tabs.
 

Constructors in bibliothek.gui.dock.station.stack.tab with parameters of type TabPlacement
DefaultAxisConversion(Rectangle space, TabPlacement side)
          Creates a new axis converter
 

Uses of TabPlacement in bibliothek.gui.dock.station.stack.tab.layouting
 

Methods in bibliothek.gui.dock.station.stack.tab.layouting that return TabPlacement
 TabPlacement TabsLayoutBlock.getOrientation()
          Gets the alignment of the tabs.
static TabPlacement TabPlacement.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TabPlacement[] TabPlacement.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in bibliothek.gui.dock.station.stack.tab.layouting with parameters of type TabPlacement
 void ComponentLayoutBlock.setOrientation(TabPlacement placement)
           
 void LayoutBlock.setOrientation(TabPlacement placement)
          Tells this LayoutBlock at which side of the tabs it is shown.
 void TabsLayoutBlock.setOrientation(TabPlacement side)
           
 

Uses of TabPlacement in bibliothek.gui.dock.themes
 

Methods in bibliothek.gui.dock.themes that return TabPlacement
 TabPlacement BasicTheme.getTabPlacement()
          Gets the side at which tabs are displayed.
 

Methods in bibliothek.gui.dock.themes with parameters of type TabPlacement
 void BasicTheme.setTabPlacement(TabPlacement tabPlacement)
          Sets the side at which tabs are to be displayed.
 void BasicTheme.setTabPlacement(TabPlacement tabPlacement, Priority priority)
          Sets the side at which tabs are to be displayed.