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

Packages that use CombinedHandler
bibliothek.extension.gui.dock.theme.bubble   
bibliothek.gui.dock.station.stack   
bibliothek.gui.dock.station.stack.menu   
 

Uses of CombinedHandler in bibliothek.extension.gui.dock.theme.bubble
 

Constructors in bibliothek.extension.gui.dock.theme.bubble with parameters of type CombinedHandler
BubbleTabMenu(StackDockComponentParent station, TabPane parent, CombinedHandler<CombinedMenu> visibility)
          Creates a new tab menu.
 

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.