protected class SearchReplaceDialog.SearchTask extends java.lang.Thread implements SearchResultsListener
| Modifier | Constructor and Description |
|---|---|
protected |
SearchTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelOperation() |
protected void |
finished() |
void |
found(java.util.List<SearchObject> results) |
void |
initialize() |
void |
run() |
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, yieldpublic void initialize()
public void cancelOperation()
public void run()
run in interface java.lang.Runnablerun in class java.lang.Threadprotected void finished()
public void found(java.util.List<SearchObject> results)
found in interface SearchResultsListener