public class CartsAnalysisThread
extends java.lang.Thread
| Constructor and Description |
|---|
CartsAnalysisThread(java.lang.String algo,
TreeComponent comp,
TreeComponent root,
OutputI output,
CartsTreeModel treeModel) |
CartsAnalysisThread(TreeComponent comp) |
| Modifier and Type | Method and Description |
|---|---|
static void |
cancelCurrentThread() |
static boolean |
isCanceled() |
static boolean |
isLive() |
void |
run() |
static void |
setCurrentThread(java.lang.Thread ct) |
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, yieldpublic CartsAnalysisThread(TreeComponent comp)
public CartsAnalysisThread(java.lang.String algo,
TreeComponent comp,
TreeComponent root,
OutputI output,
CartsTreeModel treeModel)
public static void cancelCurrentThread()
public static boolean isCanceled()
public static void setCurrentThread(java.lang.Thread ct)
public static boolean isLive()
public void run()
run in interface java.lang.Runnablerun in class java.lang.Thread