|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oddjob.arooa.design.GenericDesignFactory
public class GenericDesignFactory
A DesignFactory
that creates a DesignInstance
from the properties of a class and it's
Constructor Summary | |
---|---|
GenericDesignFactory(ArooaClass forClass)
Constructor. |
Method Summary | |
---|---|
DesignInstance |
createDesign(ArooaElement element,
ArooaContext parentContext)
Create a DesignInstance . |
DesignProperty[] |
designProperties(DesignInstance design)
Create the DesignProperty s for a design. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GenericDesignFactory(ArooaClass forClass)
forClass
- The class. Must not be null.Method Detail |
---|
public DesignInstance createDesign(ArooaElement element, ArooaContext parentContext) throws ArooaPropertyException
DesignFactory
DesignInstance
.
createDesign
in interface DesignFactory
element
- The ArooaElement corresponding to the design.parentContext
- The parent ArooaContext in which to
create the design.
ArooaPropertyException
public DesignProperty[] designProperties(DesignInstance design)
DesignProperty
s for a design.
design
- The design.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |