bibliothek.gui.dock.station.screen
Class ScreenDockPropertyFactory

java.lang.Object
  extended by bibliothek.gui.dock.station.screen.ScreenDockPropertyFactory
All Implemented Interfaces:
DockablePropertyFactory

public class ScreenDockPropertyFactory
extends java.lang.Object
implements DockablePropertyFactory

This DockablePropertyFactory creates instances of ScreenDockProperty.

Author:
Benjamin Sigg

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

See Also:
Constant Field Values

FACTORY

public static final ScreenDockPropertyFactory FACTORY
An instance that can be used at any location

Constructor Detail

ScreenDockPropertyFactory

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