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

All Known Implementing Classes:
CustomizationButton

public interface ToolbarGroupHeaderFactory

Factory for creating new ToolbarGroupHeaders.

Author:
Benjamin Sigg

Method Summary
 ToolbarGroupHeader create(ToolbarGroupDockStation station)
          Asks this factory to create a new header.
 

Method Detail

create

ToolbarGroupHeader create(ToolbarGroupDockStation station)
Asks this factory to create a new header. A result of null is valid and indicates that no header should be shown.

Parameters:
station - the station which is going to show the component
Returns:
the new component, can be null