public final class ComponentFactory
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
allowIllegalNames() |
Component |
createComponent(java.lang.String name) |
Component |
createComponent(java.lang.String name,
PropertyList properties)
Creates a component.
|
Component |
createComponent(java.lang.String name,
PropertyList properties,
ComponentList components)
Creates a component which contains sub-components.
|
static ComponentFactory |
getInstance() |
public static ComponentFactory getInstance()
public Component createComponent(java.lang.String name)
name - a component namepublic Component createComponent(java.lang.String name, PropertyList properties)
name - name of the componentproperties - a list of component propertiespublic Component createComponent(java.lang.String name, PropertyList properties, ComponentList components)
name - name of the componentproperties - a list of component propertiescomponents - a list of sub-components (namely standard/daylight timezones)protected boolean allowIllegalNames()
Copyright © 2004-2015 Micronode. All Rights Reserved.