protected static class InteractiveCircle.InteractiveCircleLoader extends CircleLoader
Modifier | Constructor and Description |
---|---|
protected |
InteractiveCircle.InteractiveCircleLoader() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
createObject(XMLControl control)
Creates a default InteractiveCircle.
|
java.lang.Object |
loadObject(XMLControl control,
java.lang.Object obj)
Loads data from the xml control into the InteractiveCircle object.
|
void |
saveObject(XMLControl control,
java.lang.Object obj)
Saves the InteractiveCircle's data in the xml control.
|
protected InteractiveCircle.InteractiveCircleLoader()
public void saveObject(XMLControl control, java.lang.Object obj)
saveObject
in interface XML.ObjectLoader
saveObject
in class CircleLoader
control
- XMLControlobj
- Objectpublic java.lang.Object createObject(XMLControl control)
createObject
in interface XML.ObjectLoader
createObject
in class CircleLoader
control
- XMLControlpublic java.lang.Object loadObject(XMLControl control, java.lang.Object obj)
loadObject
in interface XML.ObjectLoader
loadObject
in class CircleLoader
control
- XMLControlobj
- Object