Class LoadMeasureThread
- java.lang.Object
-
- java.lang.Thread
-
- org.openscience.jmol.app.janocchio.LoadMeasureThread
-
- All Implemented Interfaces:
Runnable
- Direct Known Subclasses:
LoadMeasureThreadJSON
public class LoadMeasureThread extends Thread
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
-
-
Field Summary
Fields Modifier and Type Field Description (package private) String
command
protected BufferedReader
inp
protected NMR_JmolPanel
nmrPanel
-
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
-
-
Constructor Summary
Constructors Constructor Description LoadMeasureThread()
LoadMeasureThread(NMR_JmolPanel nmrPanel, String data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addCommand(int i, String l)
protected void
addCouple(int ia, int ib, int ic, int id, String exp)
protected void
addNOE(int ia, int ib, String exp, String expd)
void
loadAndRun(String structureFile)
void
run()
protected void
setCouples()
protected boolean
setLabels()
protected void
setMore()
protected void
setNOEs()
-
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
-
-
-
-
Field Detail
-
nmrPanel
protected NMR_JmolPanel nmrPanel
-
inp
protected BufferedReader inp
-
command
String command
-
-
Constructor Detail
-
LoadMeasureThread
public LoadMeasureThread()
-
LoadMeasureThread
public LoadMeasureThread(NMR_JmolPanel nmrPanel, String data)
-
-