private class ConfigPanel.ConfigurationWriter
extends javax.swing.SwingWorker<java.lang.Boolean,java.lang.Object>
Modifier | Constructor and Description |
---|---|
private |
ConfigPanel.ConfigurationWriter() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Boolean |
doInBackground()
Writes the configuration on a worker thread.
|
protected void |
done()
Completion routine initializes the configuration UI on the AWT event
dispatch thread.
|
protected java.lang.Boolean doInBackground() throws java.lang.Exception
doInBackground
in class javax.swing.SwingWorker<java.lang.Boolean,java.lang.Object>
java.lang.Exception
- if the operation fails.protected void done()
done
in class javax.swing.SwingWorker<java.lang.Boolean,java.lang.Object>