public interface StackDockComponentFactory
StackDockComponent
. This factory
is normally registered in the DockProperties
with the key
StackDockStation.COMPONENT_FACTORY
and read by the StackDockStation
whenever the property changes.Modifier and Type | Method and Description |
---|---|
StackDockComponent |
create(StackDockComponentParent parent)
Creates a new component for
station . |
StackDockComponent create(StackDockComponentParent parent)
station
.parent
- the station for which the component should be generated.