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