|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opensourcephysics.controls.XMLLoader
org.opensourcephysics.display.CircleLoader
public class CircleLoader
A class to save and load Circle objects in an XMLControl.
| Constructor Summary | |
|---|---|
CircleLoader()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
createObject(XMLControl control)
Creates a Circle. |
java.lang.Object |
loadObject(XMLControl control,
java.lang.Object obj)
Loads data from the xml control into the Circle object. |
void |
saveObject(XMLControl control,
java.lang.Object obj)
Saves the Circle's data in the xml control. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CircleLoader()
| Method Detail |
|---|
public void saveObject(XMLControl control,
java.lang.Object obj)
saveObject in interface XML.ObjectLoadersaveObject in class XMLLoadercontrol - XMLControlobj - Objectpublic java.lang.Object createObject(XMLControl control)
createObject in interface XML.ObjectLoadercreateObject in class XMLLoadercontrol - XMLControl
public java.lang.Object loadObject(XMLControl control,
java.lang.Object obj)
loadObject in interface XML.ObjectLoaderloadObject in class XMLLoadercontrol - XMLControlobj - Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||