org.oddjob.designer.elements
Class FormatDE

java.lang.Object
  extended by org.oddjob.designer.elements.FormatDE
All Implemented Interfaces:
DesignFactory

public class FormatDE
extends Object
implements DesignFactory

DesignElement for the Format Type.


Constructor Summary
FormatDE()
           
 
Method Summary
 DesignInstance createDesign(ArooaElement element, ArooaContext parentContext)
          Create a DesignInstance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormatDE

public FormatDE()
Method Detail

createDesign

public DesignInstance createDesign(ArooaElement element,
                                   ArooaContext parentContext)
Description copied from interface: DesignFactory
Create a DesignInstance.

Specified by:
createDesign in interface DesignFactory
Parameters:
element - The ArooaElement corresponding to the design.
parentContext - The parent ArooaContext in which to create the design.
Returns:
The design.