private class LogPanel.FileNameReader
extends javax.swing.SwingWorker<java.util.List<java.lang.String>,java.lang.Object>
Modifier | Constructor and Description |
---|---|
private |
LogPanel.FileNameReader() |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<java.lang.String> |
doInBackground()
Reads the log file names from the server on a worker thread.
|
protected void |
done()
Populates the file list combo box with log file names on the AWT
event dispatch thread.
|
protected java.util.List<java.lang.String> doInBackground() throws java.lang.Exception
doInBackground
in class javax.swing.SwingWorker<java.util.List<java.lang.String>,java.lang.Object>
java.lang.Exception
- if the operation fails.protected void done()
done
in class javax.swing.SwingWorker<java.util.List<java.lang.String>,java.lang.Object>