|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.SwingWorker<java.lang.Void,java.lang.Void>
task.OptionsWriteTask
public class OptionsWriteTask
The OptionsWriteTask will write the given options object to the options data file in the background.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.SwingWorker |
|---|
javax.swing.SwingWorker.StateValue |
| Constructor Summary | |
|---|---|
OptionsWriteTask(Options o)
Creates a new OptionsWriteTask object. |
|
| Method Summary | |
|---|---|
java.lang.Void |
doInBackground()
The SwingWorker method that writes the options object to a data file in the background. |
void |
done()
Called after the SwingWorker task is completed. |
| Methods inherited from class javax.swing.SwingWorker |
|---|
addPropertyChangeListener, cancel, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, process, publish, removePropertyChangeListener, run, setProgress |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OptionsWriteTask(Options o)
o - The Options object to write to a data file.| Method Detail |
|---|
public java.lang.Void doInBackground()
doInBackground in class javax.swing.SwingWorker<java.lang.Void,java.lang.Void>public void done()
done in class javax.swing.SwingWorker<java.lang.Void,java.lang.Void>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||