bibliothek.gui.dock.station.split
Class SplitDockPlaceholderPropertyFactory

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

public class SplitDockPlaceholderPropertyFactory
extends Object
implements DockablePropertyFactory

A factory creating SplitDockPlaceholderPropertys.

Author:
Benjamin Sigg

Field Summary
static SplitDockPlaceholderPropertyFactory 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
SplitDockPlaceholderPropertyFactory()
           
 
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 SplitDockPlaceholderPropertyFactory FACTORY
An instance of the factory that can be used at any location

Constructor Detail

SplitDockPlaceholderPropertyFactory

public SplitDockPlaceholderPropertyFactory()
Method Detail

createProperty

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

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

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