verinec.gui
Class VerinecStudio.FindClassThread
java.lang.Object
java.lang.Thread
verinec.gui.VerinecStudio.FindClassThread
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- VerinecStudio
class VerinecStudio.FindClassThread
- extends Thread
Thread that searches for IVerinecModules
- Author:
- Dominik Jungo
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, 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, yield |
moduleC
private VerinecStudio.ModulesConfig moduleC
search
private boolean search
sdialog
private VerinecStudio.SearchingDialog sdialog
VerinecStudio.FindClassThread
public VerinecStudio.FindClassThread(VerinecStudio.ModulesConfig moduleC)
- Instanciate the thread
- Parameters:
moduleC - the Config Dialog
cancelSearch
private void cancelSearch()
setDialog
private void setDialog(VerinecStudio.SearchingDialog sdialog)
run
public void run()
- Searches for the IVerinecModules and updates them in the Config
Dialog.
The Thread can be cancelled by calling cancelSearch() . The
callceled thread continues to run searching but doesn't update it's
results.
- Specified by:
run in interface Runnable- Overrides:
run in class Thread
- See Also:
Thread.run()