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

Packages that use CombinedHandler
bibliothek.extension.gui.dock.theme.bubble Various graphical and logical components used when BubbleTheme is active. 
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.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.