Package org.jmol.minimize
Class MinimizationThread
- java.lang.Object
-
- java.lang.Thread
-
- org.jmol.thread.JmolThread
-
- org.jmol.minimize.MinimizationThread
-
- All Implemented Interfaces:
Runnable
public class MinimizationThread extends JmolThread
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
-
-
Field Summary
Fields Modifier and Type Field Description private Minimizer
minimizer
-
Fields inherited from class org.jmol.thread.JmolThread
CHECK1, CHECK2, CHECK3, currentTime, eval, FINISH, haveReference, hoverEnabled, INIT, isJS, isReset, lastRepaintTime, MAIN, name, sc, sleepTime, startTime, stopped, targetTime, useTimeout, vwr
-
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
-
-
Constructor Summary
Constructors Constructor Description MinimizationThread()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
oops(Exception e)
protected void
run1(int mode)
int
setManager(Object manager, Viewer vwr, Object options)
-
Methods inherited from class org.jmol.thread.JmolThread
checkInterrupted, interrupt, reset, resumeEval, run, runSleep, setEval, setViewer, start
-
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, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, stop, suspend, toString, yield
-
-
-
-
Field Detail
-
minimizer
private Minimizer minimizer
-
-
Method Detail
-
setManager
public int setManager(Object manager, Viewer vwr, Object options)
- Overrides:
setManager
in classJmolThread
- Returns:
- TODO
-
run1
protected void run1(int mode) throws InterruptedException
- Specified by:
run1
in classJmolThread
- Throws:
InterruptedException
-
oops
protected void oops(Exception e)
- Overrides:
oops
in classJmolThread
-
-