|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.SwingWorker<java.util.ArrayList<java.io.File>,java.lang.Void>
core.background.CheckDirsExist
public class CheckDirsExist
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.SwingWorker |
|---|
javax.swing.SwingWorker.StateValue |
| Constructor Summary | |
|---|---|
CheckDirsExist(java.util.ArrayList<java.io.File> dirsToCheck)
The CheckFileToMonitorTask class is a simple SwingWorker class that is used to determine whether or not a directory is a valid directory to monitor. |
|
| Method Summary | |
|---|---|
java.util.ArrayList<java.io.File> |
doInBackground()
|
void |
done()
|
static void |
main(java.lang.String[] args)
|
| 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 CheckDirsExist(java.util.ArrayList<java.io.File> dirsToCheck)
dirsToCheck - The directories to determine whether or not the directories
exist. The thread will grant up to 15 seconds to determine
if the directories are in fact directories.| Method Detail |
|---|
public java.util.ArrayList<java.io.File> doInBackground()
doInBackground in class javax.swing.SwingWorker<java.util.ArrayList<java.io.File>,java.lang.Void>public void done()
done in class javax.swing.SwingWorker<java.util.ArrayList<java.io.File>,java.lang.Void>public static void main(java.lang.String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||