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

Packages that use ButtonCombinedMenu
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. 
 

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

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

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

Subclasses of ButtonCombinedMenu in bibliothek.extension.gui.dock.theme.eclipse.stack
 class EclipseMenu
          A menu used by the EclipseTabPane to select Dockables.
The icon of the menu is TabMenuOverflowIconBridge.ICON_KEY, and thus changes automatically when the number of children changes.
 

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

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