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

Packages that use ToolbarGroupHeaderFactory
bibliothek.gui.dock   
bibliothek.gui.dock.station.toolbar.menu   
 

Uses of ToolbarGroupHeaderFactory in bibliothek.gui.dock
 

Fields in bibliothek.gui.dock with type parameters of type ToolbarGroupHeaderFactory
static bibliothek.gui.dock.util.PropertyKey<ToolbarGroupHeaderFactory> ToolbarGroupDockStation.HEADER_FACTORY
          Key for a factory that creates new ToolbarGroupHeaders
 

Methods in bibliothek.gui.dock that return ToolbarGroupHeaderFactory
 ToolbarGroupHeaderFactory ToolbarGroupDockStation.getHeaderComponentFactory()
          Gets the factory for the header component which is currently in use.
 

Methods in bibliothek.gui.dock with parameters of type ToolbarGroupHeaderFactory
 void ToolbarGroupDockStation.setHeaderComponentFactory(ToolbarGroupHeaderFactory factory)
          Sets the factory for the header component.
 

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

Classes in bibliothek.gui.dock.station.toolbar.menu that implement ToolbarGroupHeaderFactory
 class CustomizationButton
          A factory for a toggle button that will open the CustomizationMenu.