public abstract static class Group.Loader extends Element.Loader
Constructor and Description |
---|
Group.Loader() |
Modifier and Type | Method and Description |
---|---|
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.
|
createObject
public void saveObject(XMLControl control, java.lang.Object obj)
XML.ObjectLoader
saveObject
in interface XML.ObjectLoader
saveObject
in class Element.Loader
control
- the xml controlobj
- the objectpublic java.lang.Object loadObject(XMLControl control, java.lang.Object obj)
XML.ObjectLoader
loadObject
in interface XML.ObjectLoader
loadObject
in class Element.Loader
control
- the xml controlobj
- the object