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