public class UnknownComponentDF extends java.lang.Object implements DesignFactory
DesignFactory that creates a Design for XML.UnknownComponent| Constructor and Description |
|---|
UnknownComponentDF() |
| Modifier and Type | Method and Description |
|---|---|
DesignInstance |
createDesign(ArooaElement element,
ArooaContext parentContext)
Create a
DesignInstance. |
public DesignInstance createDesign(ArooaElement element, ArooaContext parentContext) throws ArooaPropertyException
DesignFactoryDesignInstance.createDesign in interface DesignFactoryelement - The ArooaElement corresponding to the design.parentContext - The parent ArooaContext in which to
create the design.ArooaPropertyException