public class MinimizationThread extends JmolThread
Thread.State, Thread.UncaughtExceptionHandler
Modifier and Type | Field and Description |
---|---|
private MinimizerInterface |
minimizer |
CHECK1, CHECK2, CHECK3, currentTime, eval, FINISH, hoverEnabled, INIT, isJS, isReset, lastRepaintTime, MAIN, name, sc, sleepTime, startTime, stopped, targetTime, viewer
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Constructor and Description |
---|
MinimizationThread() |
Modifier and Type | Method and Description |
---|---|
protected void |
oops(Exception e) |
protected void |
run1(int mode) |
int |
setManager(Object manager,
Viewer viewer,
Object options) |
checkInterrupted, interrupt, reset, resumeEval, run, runSleep, setEval, setViewer, start
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, stop, stop, suspend, toString, yield
private MinimizerInterface minimizer
public int setManager(Object manager, Viewer viewer, Object options)
setManager
in class JmolThread
protected void run1(int mode) throws InterruptedException
run1
in class JmolThread
InterruptedException
protected void oops(Exception e)
oops
in class JmolThread