|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.opensourcephysics.display3d.core.Element.Loader org.opensourcephysics.display3d.core.ElementSpring.Loader
public abstract static class ElementSpring.Loader
Constructor Summary | |
---|---|
ElementSpring.Loader()
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.opensourcephysics.display3d.core.Element.Loader |
---|
createObject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ElementSpring.Loader()
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |