bibliothek.gui.dock.layout
Interface DockablePropertyFactory

All Known Implementing Classes:
FlapDockPropertyFactory, ScreenDockPropertyFactory, SplitDockFullScreenPropertyFactory, SplitDockPathPropertyFactory, SplitDockPlaceholderPropertyFactory, SplitDockPropertyFactory, StackDockPropertyFactory

public interface DockablePropertyFactory

A factory which creates instances of DockableProperty.

Author:
Benjamin Sigg

Method Summary
 DockableProperty createProperty()
          Creates a new empty DockableProperty.
 java.lang.String getID()
          Gets the unique name of this factory.
 

Method Detail

getID

java.lang.String getID()
Gets the unique name of this factory.

Returns:
the id

createProperty

DockableProperty createProperty()
Creates a new empty DockableProperty.

Returns:
the new property