Class SearchReplaceDialog.SearchTask
- java.lang.Object
- 
- java.lang.Thread
- 
- com.inductiveautomation.ignition.designer.findreplace.SearchReplaceDialog.SearchTask
 
 
- 
- All Implemented Interfaces:
- SearchResultsListener,- java.lang.Runnable
 - Enclosing class:
- SearchReplaceDialog
 
 protected class SearchReplaceDialog.SearchTask extends java.lang.Thread implements SearchResultsListener 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfinished()voidfound(java.util.List<SearchObject> results)voidinitialize()voidrun()- 
Methods inherited from class java.lang.ThreadactiveCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
 
- 
 
- 
- 
- 
Method Detail- 
initializepublic void initialize() 
 - 
runpublic void run() - Specified by:
- runin interface- java.lang.Runnable
- Overrides:
- runin class- java.lang.Thread
 
 - 
finishedprotected void finished() 
 - 
foundpublic void found(java.util.List<SearchObject> results) - Specified by:
- foundin interface- SearchResultsListener
 
 
- 
 
-