bibliothek.gui.dock.station.stack
Class StackDockPropertyFactory

java.lang.Object
  extended by bibliothek.gui.dock.station.stack.StackDockPropertyFactory
All Implemented Interfaces:
DockablePropertyFactory

public class StackDockPropertyFactory
extends java.lang.Object
implements DockablePropertyFactory

A factory which creates instances of StackDockProperty.

Author:
Benjamin Sigg

Field Summary
static StackDockPropertyFactory FACTORY
          A singleton instance of this factory
static java.lang.String ID
          The ID that is returned by getID()
 
Constructor Summary
StackDockPropertyFactory()
           
 
Method Summary
 DockableProperty createProperty()
          Creates a new empty DockableProperty.
 java.lang.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 java.lang.String ID
The ID that is returned by getID()

See Also:
Constant Field Values

FACTORY

public static final StackDockPropertyFactory FACTORY
A singleton instance of this factory

Constructor Detail

StackDockPropertyFactory

public StackDockPropertyFactory()
Method Detail

getID

public java.lang.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