Uses of Class
bibliothek.gui.dock.themes.basic.action.buttons.ButtonPanel

Packages that use ButtonPanel
bibliothek.extension.gui.dock.theme.eclipse.stack.tab Various components needed to paint and manage the tab which is visible on a EclipseTabPane
bibliothek.gui.dock.station.stack.tab This package contains a generic implementation of a "tabbed-pane". 
 

Uses of ButtonPanel in bibliothek.extension.gui.dock.theme.eclipse.stack.tab
 

Methods in bibliothek.extension.gui.dock.theme.eclipse.stack.tab that return ButtonPanel
 ButtonPanel BaseTabComponent.getButtons()
          Gets the panel which shows a set of DockActions.
 

Constructors in bibliothek.extension.gui.dock.theme.eclipse.stack.tab with parameters of type ButtonPanel
BaseTabFocusTraversalPolicy(ButtonPanel buttons)
           
 

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

Methods in bibliothek.gui.dock.station.stack.tab that return ButtonPanel
 ButtonPanel TabComponentLayoutManager.getActions()
          Gets the panels showing the actions
 

Constructors in bibliothek.gui.dock.station.stack.tab with parameters of type ButtonPanel
TabComponentLayoutManager(OrientedLabel label, ButtonPanel panel, TabConfiguration configuration)
          Creates a new layout manager.