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.
 

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

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