|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.opensourcephysics.tools.Launcher.LaunchSet
public class Launcher.LaunchSet
A class to save and load a set of launch tabs and Launcher static fields.
Field Summary | |
---|---|
boolean |
showHiddenNodes
|
Constructor Summary | |
---|---|
|
Launcher.LaunchSet()
Constructor LaunchSet |
protected |
Launcher.LaunchSet(Launcher launcher,
java.lang.String path)
|
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 |
Field Detail |
---|
public boolean showHiddenNodes
Constructor Detail |
---|
public Launcher.LaunchSet()
protected Launcher.LaunchSet(Launcher launcher, java.lang.String path)
Method Detail |
---|
public void saveObject(XMLControl control, java.lang.Object obj)
XML.ObjectLoader
saveObject
in interface XML.ObjectLoader
control
- the xml controlobj
- the objectpublic java.lang.Object createObject(XMLControl control)
XML.ObjectLoader
createObject
in interface XML.ObjectLoader
control
- the xml control
public java.lang.Object loadObject(XMLControl control, java.lang.Object obj)
XML.ObjectLoader
loadObject
in interface XML.ObjectLoader
control
- the xml controlobj
- the object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |