Uses of Interface
bibliothek.gui.dock.station.stack.tab.layouting.TabsLayoutBlock

Packages that use TabsLayoutBlock
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
 

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

Methods in bibliothek.gui.dock.station.stack.tab that return TabsLayoutBlock
 TabsLayoutBlock DefaultMenuLineLayoutFactory.createTabs(MenuLineLayout layout, TabPane pane)
           
 TabsLayoutBlock MenuLineLayoutFactory.createTabs(MenuLineLayout layout, TabPane pane)
          Creates a new LayoutBlock representing the tabs of pane.
 TabsLayoutBlock MenuLineLayoutPane.getTabs()
          Gets the tabs that are shown on this pane.
 

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

Classes in bibliothek.gui.dock.station.stack.tab.layouting that implement TabsLayoutBlock
 class AbstractTabsLayoutBlock
           
 class LineTabsLayoutBlock
          This TabsLayoutBlock orders its tabs in a line.