|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensourcephysics.sip.ch08.md.LJParticlesLoader
public class LJParticlesLoader
LJParticlesLoader implements the ObjectLoader interface to load and store data.
Constructor Summary | |
---|---|
LJParticlesLoader()
|
Method Summary | |
---|---|
java.lang.Object |
createObject(XMLControl element)
Creates a LJParticlesApp object. |
java.lang.Object |
loadObject(XMLControl control,
java.lang.Object obj)
Loads data from the control into the LJParticlesApp model. |
void |
saveObject(XMLControl control,
java.lang.Object obj)
Saves data from the LJParticlesApp model into the control. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LJParticlesLoader()
Method Detail |
---|
public java.lang.Object createObject(XMLControl element)
createObject
in interface XML.ObjectLoader
control
- the xml control
public void saveObject(XMLControl control, java.lang.Object obj)
saveObject
in interface XML.ObjectLoader
element
- XMLControlobj
- Objectpublic java.lang.Object loadObject(XMLControl control, java.lang.Object obj)
loadObject
in interface XML.ObjectLoader
element
- XMLControlobj
- Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |