|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This defines methods for moving xml data between an XMLControl and a corresponding Java object.
| Method Summary | |
java.lang.Object |
createObject(XMLControl control)
Creates an object from data in an XMLControl. |
java.lang.Object |
loadObject(XMLControl control,
java.lang.Object obj)
Loads an object with data from an XMLControl. |
void |
saveObject(XMLControl control,
java.lang.Object obj)
Saves data from an object to an XMLControl. |
| Method Detail |
public void saveObject(XMLControl control,
java.lang.Object obj)
control - the xml controlobj - the objectpublic java.lang.Object createObject(XMLControl control)
control - the xml control
public java.lang.Object loadObject(XMLControl control,
java.lang.Object obj)
control - the xml controlobj - the object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||