Serializable
, PropertyFactory<Action>
public static class Action.Factory extends Content.Factory implements PropertyFactory<Action>
Constructor | Description |
---|---|
Factory() |
Modifier and Type | Method | Description |
---|---|---|
Action |
createProperty() |
|
Action |
createProperty(ParameterList parameters,
String value) |
supports
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createProperty, supports
public Action createProperty(ParameterList parameters, String value)
createProperty
in interface PropertyFactory<Action>
parameters
- a list of property parametersvalue
- a property valuepublic Action createProperty()
createProperty
in interface PropertyFactory<Action>