Thread.State, Thread.UncaughtExceptionHandler
Modifier and Type | Field and Description |
---|---|
private StringBuilder |
buffer |
private boolean |
isSilent |
private Scanner |
scanner |
private JmolViewer |
vwr |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Constructor and Description |
---|
InputScannerThread(JmolViewer vwr,
boolean isSilent) |
Modifier and Type | Method and Description |
---|---|
private boolean |
checkCommand() |
void |
run() |
private void |
say(String msg) |
void |
start() |
activeCount, checkAccess, clone, 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, stop, stop, suspend, toString, yield
private JmolViewer vwr
private Scanner scanner
private boolean isSilent
private StringBuilder buffer
InputScannerThread(JmolViewer vwr, boolean isSilent)