bibliothek.gui.dock.station.stack
Interface StackDockComponentFactory


public interface StackDockComponentFactory

A factory creating instances of StackDockComponent. This factory is normally registered in the DockProperties with the key StackDockStation.COMPONENT_FACTORY and read by the StackDockStation whenever the property changes.

Author:
Benjamin Sigg

Method Summary
 StackDockComponent create(StackDockComponentParent parent)
          Creates a new component for station.
 

Method Detail

create

StackDockComponent create(StackDockComponentParent parent)
Creates a new component for station.

Parameters:
parent - the station for which the component should be generated.
Returns:
the new component