Uses of Interface
bibliothek.gui.dock.station.toolbar.group.ToolbarGroupHeader

Packages that use ToolbarGroupHeader
bibliothek.gui.dock   
bibliothek.gui.dock.station.toolbar.group   
bibliothek.gui.dock.station.toolbar.menu   
 

Uses of ToolbarGroupHeader in bibliothek.gui.dock
 

Methods in bibliothek.gui.dock that return ToolbarGroupHeader
 ToolbarGroupHeader ToolbarGroupDockStation.getHeaderComponent()
          Gets the Component which is currently shown at the top of this station.
 

Uses of ToolbarGroupHeader in bibliothek.gui.dock.station.toolbar.group
 

Methods in bibliothek.gui.dock.station.toolbar.group that return ToolbarGroupHeader
 ToolbarGroupHeader ToolbarGroupHeaderFactory.create(ToolbarGroupDockStation station)
          Asks this factory to create a new header.
 

Uses of ToolbarGroupHeader in bibliothek.gui.dock.station.toolbar.menu
 

Classes in bibliothek.gui.dock.station.toolbar.menu that implement ToolbarGroupHeader
protected  class CustomizationButton.Button
          A toggle button that will open the CustomizationMenu.
 

Methods in bibliothek.gui.dock.station.toolbar.menu that return ToolbarGroupHeader
 ToolbarGroupHeader CustomizationButton.create(ToolbarGroupDockStation station)