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

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

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

Classes in bibliothek.gui.dock.station.stack.tab that implement MenuLineLayoutFactory
 class DefaultMenuLineLayoutFactory
          Default implementation of MenuLineLayoutFactory.
 

Methods in bibliothek.gui.dock.station.stack.tab that return MenuLineLayoutFactory
 MenuLineLayoutFactory MenuLineLayout.getFactory()
          Gets a factory which can be used to create items useful for this MenuLineLayout.
 

Methods in bibliothek.gui.dock.station.stack.tab with parameters of type MenuLineLayoutFactory
 void MenuLineLayout.setFactory(MenuLineLayoutFactory factory)
          Sets a factory to create items that are required by this MenuLineLayout.