Class Persist
java.lang.Object
|
+--Persist
- All Implemented Interfaces:
- java.io.Serializable
- class Persist
- extends java.lang.Object
- implements java.io.Serializable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
statefile
static java.io.File statefile
current
public static Persist current
currentdir
public java.lang.String currentdir
runid
public int runid
last
public java.io.File last
prefs
public PrefEditor[] prefs
chooser
private transient javax.swing.JFileChooser chooser
prefversion
public Version prefversion
Persist
public Persist()
save
public static void save()
saveState
public void saveState()
restore
public static void restore()
getFileChooser
public javax.swing.JFileChooser getFileChooser()
clearChooser
public void clearChooser()
getRunID
public int getRunID()