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

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

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

Classes in bibliothek.gui.dock.station.stack.tab that implement MenuLineLayoutStrategy
 class DefaultMenuLineLayoutStrategy
          The default implementation of MenuLineLayoutStrategy provides a generic setting that should work for most cases.
 

Methods in bibliothek.gui.dock.station.stack.tab that return MenuLineLayoutStrategy
 MenuLineLayoutStrategy MenuLineLayout.getStrategy()
          Gets the strategy with the customized algorithms.
 

Methods in bibliothek.gui.dock.station.stack.tab with parameters of type MenuLineLayoutStrategy
 void MenuLineLayout.setStrategy(MenuLineLayoutStrategy strategy)
          Sets a strategy offering customized algorithms.