Uses of Interface
bibliothek.gui.dock.station.stack.CombinedHandler

Packages that use CombinedHandler
bibliothek.gui.dock.station.stack Elements which are related to the StackDockStation
bibliothek.gui.dock.station.stack.menu Contains an abstract implementation of CombinedMenu including helper classes. 
 

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

Methods in bibliothek.gui.dock.station.stack that return CombinedHandler
 CombinedHandler<AbstractTabPaneComponent> CombinedStackDockComponent.getInfoHandler()
          Gets a handler for info components.
 CombinedHandler<CombinedMenu> CombinedStackDockComponent.getMenuHandler()
          Gets a handler for menus.
 CombinedHandler<CombinedTab> CombinedStackDockComponent.getTabHandler()
          Gets a handler for tabs.
 

Uses of CombinedHandler in bibliothek.gui.dock.station.stack.menu
 

Constructors in bibliothek.gui.dock.station.stack.menu with parameters of type CombinedHandler
AbstractCombinedMenu(TabPane parent, CombinedHandler<? super AbstractCombinedMenu> handler)
          Creates a new menu.
ButtonCombinedMenu(TabPane pane, CombinedHandler<? super AbstractCombinedMenu> handler)
          Creates a new menu.