public class StackDockPropertyFactory extends Object implements DockablePropertyFactory
factory
which creates instances
of StackDockProperty
.Type | Property and Description |
---|---|
DockableProperty |
create
Creates a new empty
DockableProperty . |
Modifier and Type | Field and Description |
---|---|
static StackDockPropertyFactory |
FACTORY
A singleton instance of this factory
|
static String |
ID
The ID that is returned by
getID() |
Constructor and Description |
---|
StackDockPropertyFactory() |
Modifier and Type | Method and Description |
---|---|
DockableProperty |
createProperty()
Creates a new empty
DockableProperty . |
String |
getID()
Gets the unique name of this factory.
|
public DockableProperty createProperty
createProperty
in interface DockablePropertyFactory
public static final String ID
getID()
public static final StackDockPropertyFactory FACTORY
public String getID()
DockablePropertyFactory
getID
in interface DockablePropertyFactory
public DockableProperty createProperty()
DockablePropertyFactory
DockableProperty
.createProperty
in interface DockablePropertyFactory