private class FileDialogGuiImpl.SearchOperation
extends java.lang.Thread
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
pattern
The pattern to be search for.
|
private int |
SEARCH_RATE
The rate at which recursive searches are performed expressed as interval between two
searches (in milliseconds).
|
private java.nio.file.Path |
startDir
The start directory.
|
| Constructor and Description |
|---|
SearchOperation(java.nio.file.Path startDir,
java.lang.String pattern)
Do the recursive search.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run()
The worker method.
|
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldprivate final java.nio.file.Path startDir
private final java.lang.String pattern
private final int SEARCH_RATE
SearchOperation(java.nio.file.Path startDir,
java.lang.String pattern)
startDir - The start directory.pattern - The pattern to be search for.