|
|||||||||
| Home >> All >> org >> progeeks >> [ meta overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.progeeks.meta
Interface MetaObjectFactory

- public interface MetaObjectFactory
Interface that meta-object implementations can implement to provide toolkit-specific meta-object creation. This is useful to for allowing the generic ui/application to create new objects that will be used as values for meta-object valued fields.
- Version:
- $Revision: 1.1 $
| Method Summary | |
MetaObject |
createMetaObject(MetaClass type)
Creates a new uninitialized meta-object for the specified meta-class. |
| Method Detail |
createMetaObject
public MetaObject createMetaObject(MetaClass type)
- Creates a new uninitialized meta-object for the specified
meta-class.
|
|||||||||
| Home >> All >> org >> progeeks >> [ meta overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC