bibliothek.gui.dock.station.split
Class SplitDockPropertyFactory

java.lang.Object
  extended by bibliothek.gui.dock.station.split.SplitDockPropertyFactory
All Implemented Interfaces:
DockablePropertyFactory

public class SplitDockPropertyFactory
extends Object
implements DockablePropertyFactory

A factory that creates instances of SplitDockProperty.

Author:
Benjamin Sigg

Field Summary
static SplitDockPropertyFactory FACTORY
          An instance of the factory that can be used at any location
static String ID
          The id that is used for this factory
 
Constructor Summary
SplitDockPropertyFactory()
           
 
Method Summary
 DockableProperty createProperty()
          Creates a new empty DockableProperty.
 String getID()
          Gets the unique name of this factory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final String ID
The id that is used for this factory

See Also:
Constant Field Values

FACTORY

public static final SplitDockPropertyFactory FACTORY
An instance of the factory that can be used at any location

Constructor Detail

SplitDockPropertyFactory

public SplitDockPropertyFactory()
Method Detail

getID

public String getID()
Description copied from interface: DockablePropertyFactory
Gets the unique name of this factory.

Specified by:
getID in interface DockablePropertyFactory
Returns:
the id

createProperty

public DockableProperty createProperty()
Description copied from interface: DockablePropertyFactory
Creates a new empty DockableProperty.

Specified by:
createProperty in interface DockablePropertyFactory
Returns:
the new property