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

Packages that use CombinedMenu
bibliothek.extension.gui.dock.theme.bubble Various graphical and logical components used when BubbleTheme is active. 
bibliothek.extension.gui.dock.theme.eclipse.stack An implementation of TabPane and supporting classes for the EclipseTheme
bibliothek.extension.gui.dock.theme.flat Various graphical and logical components needed to paint the layout when FlatTheme 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. 
bibliothek.gui.dock.themes.color The color subsystem allows each kind of element to get its colors from a central repository. 
 

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

Classes in bibliothek.extension.gui.dock.theme.bubble that implement CombinedMenu
 class BubbleTabMenu
          A round button with an icon that opens a menu when clicked.
 

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

Uses of CombinedMenu in bibliothek.extension.gui.dock.theme.eclipse.stack
 

Classes in bibliothek.extension.gui.dock.theme.eclipse.stack that implement CombinedMenu
 class EclipseMenu
          A menu used by the EclipseTabPane to select Dockables.
 

Uses of CombinedMenu in bibliothek.extension.gui.dock.theme.flat
 

Classes in bibliothek.extension.gui.dock.theme.flat that implement CombinedMenu
 class FlatMenu
          A menu that contains a list of Dockables to select.
 

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

Classes in bibliothek.gui.dock.station.stack with type parameters of type CombinedMenu
 class CombinedStackDockComponent<T extends CombinedTab,M extends CombinedMenu,I extends CombinedInfoComponent>
          A StackDockComponent which is a combination of other components.
 

Methods in bibliothek.gui.dock.station.stack that return types with arguments of type CombinedMenu
 CombinedHandler<CombinedMenu> CombinedStackDockComponent.getMenuHandler()
          Gets a handler for menus.
 

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

Classes in bibliothek.gui.dock.station.stack.menu that implement CombinedMenu
 class AbstractCombinedMenu
          An abstract implementation of CombinedMenu, this menu delegates creation and management of its Component to its subclasses and uses a CombinedMenuContent to show its content.
 

Uses of CombinedMenu in bibliothek.gui.dock.themes.color
 

Methods in bibliothek.gui.dock.themes.color that return CombinedMenu
 CombinedMenu MenuColor.getMenu()
          Gets the menu for which this color is used.
 

Constructors in bibliothek.gui.dock.themes.color with parameters of type CombinedMenu
MenuColor(String id, DockStation station, CombinedMenu menu, Color backup)
          Creates a new TabColor.
MenuColor(String id, Path kind, DockStation station, CombinedMenu menu, Color backup)
          Creates a new TabColor.