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.ObjectLoadersaveObject in class CircleLoadercontrol - XMLControlobj - Objectpublic java.lang.Object createObject(XMLControl control)
createObject in interface XML.ObjectLoadercreateObject in class CircleLoadercontrol - XMLControlpublic java.lang.Object loadObject(XMLControl control, java.lang.Object obj)
loadObject in interface XML.ObjectLoaderloadObject in class CircleLoadercontrol - XMLControlobj - Object