Uses of Interface
bibliothek.gui.dock.station.stack.tab.TabLayoutManager

Packages that use TabLayoutManager
bibliothek.gui.dock.station.stack.tab This package contains a generic implementation of a "tabbed-pane". 
 

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

Classes in bibliothek.gui.dock.station.stack.tab that implement TabLayoutManager
 class AbstractTabLayoutManager<I extends AbstractTabLayoutManagerPane>
          This layout manager creates a common interface to store information for each TabPane individually.
 class MenuLineLayout
          Orders tabs in a line, if there is not enough space a menu is used.
 class RowLayout
          This layout puts all tabs in one, or if there is not enough space, in many, rows.
 

Fields in bibliothek.gui.dock.station.stack.tab with type parameters of type TabLayoutManager
static PropertyKey<TabLayoutManager> TabPane.LAYOUT_MANAGER
          The layout manager used by any TabPane to set the boundaries of its children.
 

Methods in bibliothek.gui.dock.station.stack.tab that return TabLayoutManager
 TabLayoutManager AbstractTabPane.getLayoutManager()
          Gets the layout manager that is currently used to layout the contents of this pane.
 

Methods in bibliothek.gui.dock.station.stack.tab with parameters of type TabLayoutManager
 void AbstractTabPane.setLayoutManager(TabLayoutManager layoutManager)
          Sets the layout manager that will layout the contents of this pane, a value of null will reinstall the default layout manager.