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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
finished()
void
found(java.util.List<SearchObject> results)
void
initialize()
void
run()
-
Methods inherited from class java.lang.Thread
activeCount, 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
-
initialize
public void initialize()
-
run
public void run()
- Specified by:
run
in interfacejava.lang.Runnable
- Overrides:
run
in classjava.lang.Thread
-
finished
protected void finished()
-
found
public void found(java.util.List<SearchObject> results)
- Specified by:
found
in interfaceSearchResultsListener
-
-