bibliothek.gui.dock.station.split
Class SplitDockFullScreenPropertyFactory

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

public class SplitDockFullScreenPropertyFactory
extends Object
implements DockablePropertyFactory

This factory creates new instances of SplitDockFullScreenPropertys.

Author:
Benjamin Sigg

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

Constructor Detail

SplitDockFullScreenPropertyFactory

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