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