|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.SwingWorker<Options,java.lang.Void>
task.OptionsReadTask
public class OptionsReadTask
This class will read 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 | |
---|---|
OptionsReadTask()
Creates a new OptionsReadTask to read the options stored within an Options data file. |
Method Summary | |
---|---|
Options |
doInBackground()
Performs the options data file reading in the background. |
void |
done()
Called after the doInBackground Method has been finished. |
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 OptionsReadTask()
Method Detail |
---|
public Options doInBackground()
doInBackground
in class javax.swing.SwingWorker<Options,java.lang.Void>
public void done()
done
in class javax.swing.SwingWorker<Options,java.lang.Void>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |