|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opensourcephysics.display3d.core.DrawingFrame3D.Loader
public static class DrawingFrame3D.Loader
| Constructor Summary | |
|---|---|
DrawingFrame3D.Loader()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
createObject(XMLControl control)
Creates an object from data in an XMLControl. |
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 java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DrawingFrame3D.Loader()
| Method Detail |
|---|
public java.lang.Object createObject(XMLControl control)
XML.ObjectLoader
createObject in interface XML.ObjectLoadercontrol - the xml control
public void saveObject(XMLControl control,
java.lang.Object obj)
XML.ObjectLoader
saveObject in interface XML.ObjectLoadercontrol - the xml controlobj - the object
public java.lang.Object loadObject(XMLControl control,
java.lang.Object obj)
XML.ObjectLoader
loadObject in interface XML.ObjectLoadercontrol - the xml controlobj - the object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||