bibliothek.gui.dock.station.flap
Class FlapDockPropertyFactory

java.lang.Object
  extended by bibliothek.gui.dock.station.flap.FlapDockPropertyFactory
All Implemented Interfaces:
DockablePropertyFactory

public class FlapDockPropertyFactory
extends java.lang.Object
implements DockablePropertyFactory

Creates instances of FlapDockProperty.

Author:
Benjamin Sigg

Field Summary
static FlapDockPropertyFactory FACTORY
          An instance of this factory which can be used at any location
static java.lang.String ID
          The default-id of this type of factory
 
Constructor Summary
FlapDockPropertyFactory()
           
 
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 default-id of this type of factory

See Also:
Constant Field Values

FACTORY

public static final FlapDockPropertyFactory FACTORY
An instance of this factory which can be used at any location

Constructor Detail

FlapDockPropertyFactory

public FlapDockPropertyFactory()
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