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) Stringcommandprotected BufferedReaderinpprotected NMR_JmolPanelnmrPanel-
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 voidaddCommand(int i, String l)protected voidaddCouple(int ia, int ib, int ic, int id, String exp)protected voidaddNOE(int ia, int ib, String exp, String expd)voidloadAndRun(String structureFile)voidrun()protected voidsetCouples()protected booleansetLabels()protected voidsetMore()protected voidsetNOEs()-
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)
-
-