Uses of Interface
bibliothek.gui.dock.station.stack.tab.TabMenu

Packages that use TabMenu
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.station.stack.tab This package contains a generic implementation of a "tabbed-pane". 
bibliothek.gui.dock.station.stack.tab.layouting Various interfaces and classes used by a TabPane to describe its content to a TabLayoutManager, which will set position and size of all the children of the TabPane
bibliothek.gui.dock.themes.icon Special Icons and supporting classes that cannot be saved as an image because they have attributes that depend on the application, e.g. 
 

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

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

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

Classes in bibliothek.extension.gui.dock.theme.eclipse.stack that implement TabMenu
 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 TabMenu in bibliothek.extension.gui.dock.theme.flat
 

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

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

Subinterfaces of TabMenu in bibliothek.gui.dock.station.stack
 interface CombinedMenu
          A menu that is displayed on a CombinedStackDockComponent.
 

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

Classes in bibliothek.gui.dock.station.stack.menu that implement TabMenu
 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.
 class ButtonCombinedMenu<B extends Component>
          A CombinedMenu intended to be subclasses.
 

Uses of TabMenu in bibliothek.gui.dock.station.stack.tab
 

Classes in bibliothek.gui.dock.station.stack.tab with type parameters of type TabMenu
 class AbstractTabPane<T extends Tab,M extends TabMenu,I extends LonelyTabPaneComponent>
          An abstract implementation of TabPane.
 

Methods in bibliothek.gui.dock.station.stack.tab that return TabMenu
 TabMenu AbstractTabPane.createMenu()
           
 TabMenu TabPane.createMenu()
          Creates a new menu for this pane.
 TabMenu TabMenuDockIcon.getMenu()
          Gets the menu which is represented by this icon
 TabMenu TabPaneMenuBackgroundComponent.getMenu()
          Gets the menu which is represented by this component.
 TabMenu[] AbstractTabPane.getMenus()
          Gets all the menus of this pane, visible and invisible
 

Methods in bibliothek.gui.dock.station.stack.tab with parameters of type TabMenu
 void AbstractTabPane.destroyMenu(TabMenu menu)
           
 void TabPane.destroyMenu(TabMenu menu)
          Destroys menu which was created by this pane.
 void TabMenuListener.dockablesAdded(TabMenu source, int offset, int length)
          Called after some children have been added to source.
 void TabMenuListener.dockablesRemoved(TabMenu source, int offset, int length)
          Called after some children have been removed from source.
 void AbstractTabPane.putInMenu(TabMenu menu, Dockable dockable)
           
 void TabPane.putInMenu(TabMenu menu, Dockable dockable)
          Adds dockable somewhere on menu.
 

Constructors in bibliothek.gui.dock.station.stack.tab with parameters of type TabMenu
TabMenuDockIcon(String id, TabMenu menu)
          Creates a new DockIcon
 

Uses of TabMenu in bibliothek.gui.dock.station.stack.tab.layouting
 

Methods in bibliothek.gui.dock.station.stack.tab.layouting that return TabMenu
 TabMenu MenuLayoutBlock.getMenu()
          Gets the menu of this block.
 

Methods in bibliothek.gui.dock.station.stack.tab.layouting with parameters of type TabMenu
 void MenuLayoutBlock.setMenu(TabMenu menu)
          Sets the menu for this block.
 

Uses of TabMenu in bibliothek.gui.dock.themes.icon
 

Methods in bibliothek.gui.dock.themes.icon with parameters of type TabMenu
protected  Icon TabMenuOverflowIconBridge.createIcon(TabMenu menu)
          Returns an icon that represents menu in its current state.