Uses of Class
bibliothek.gui.dock.station.stack.menu.AbstractCombinedMenu

Packages that use AbstractCombinedMenu
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.menu Contains an abstract implementation of CombinedMenu including helper classes. 
 

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

Subclasses of AbstractCombinedMenu in bibliothek.extension.gui.dock.theme.bubble
 class BubbleTabMenu
          A round button with an icon that opens a menu when clicked.
 

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

Subclasses of AbstractCombinedMenu in bibliothek.extension.gui.dock.theme.eclipse.stack
 class EclipseMenu
          A menu used by the EclipseTabPane to select Dockables.
 

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

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

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

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