public class FlapDockPropertyFactory extends Object implements DockablePropertyFactory
FlapDockProperty
.Type | Property and Description |
---|---|
DockableProperty |
create
Creates a new empty
DockableProperty . |
Modifier and Type | Field and Description |
---|---|
static FlapDockPropertyFactory |
FACTORY
An instance of this factory which can be used at any location
|
static String |
ID
The default-id of this type of factory
|
Constructor and Description |
---|
FlapDockPropertyFactory() |
Modifier and Type | Method and Description |
---|---|
DockableProperty |
createProperty()
Creates a new empty
DockableProperty . |
String |
getID()
Gets the unique name of this factory.
|
createProperty
in interface DockablePropertyFactory
public static final String ID
public static final FlapDockPropertyFactory FACTORY
public String getID()
DockablePropertyFactory
getID
in interface DockablePropertyFactory
public DockableProperty createProperty()
DockablePropertyFactory
DockableProperty
.createProperty
in interface DockablePropertyFactory