public static class Standard.Factory extends Content.Factory implements ComponentFactory<Standard>
Constructor and Description |
---|
Factory() |
Modifier and Type | Method and Description |
---|---|
Standard |
createComponent() |
Standard |
createComponent(PropertyList properties) |
Standard |
createComponent(PropertyList properties,
ComponentList subComponents) |
supports
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
supports
public Standard createComponent()
createComponent
in interface ComponentFactory<Standard>
public Standard createComponent(PropertyList properties)
createComponent
in interface ComponentFactory<Standard>
public Standard createComponent(PropertyList properties, ComponentList subComponents)
createComponent
in interface ComponentFactory<Standard>