|
||||||||
| 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 DesignPropertys 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
DesignFactoryDesignInstance.
createDesign in interface DesignFactoryelement - The ArooaElement corresponding to the design.parentContext - The parent ArooaContext in which to
create the design.
ArooaPropertyExceptionpublic DesignProperty[] designProperties(DesignInstance design)
DesignPropertys for a design.
design - The design.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||