org.jmol.viewer
Class ScriptManager.ScriptQueueRunnable

java.lang.Object
  extended by org.jmol.viewer.ScriptManager.ScriptQueueRunnable
All Implemented Interfaces:
Runnable
Enclosing class:
ScriptManager

 class ScriptManager.ScriptQueueRunnable
extends Object
implements Runnable


Field Summary
(package private)  int pt
           
(package private)  boolean startedByCommandThread
           
 
Constructor Summary
ScriptManager.ScriptQueueRunnable(boolean startedByCommandThread, int pt)
           
 
Method Summary
 void run()
           
private  boolean runNextScript()
           
private  void runScript(String returnType, String strScript, String statusList, boolean isScriptFile, boolean isQuiet)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

startedByCommandThread

boolean startedByCommandThread

pt

int pt
Constructor Detail

ScriptManager.ScriptQueueRunnable

public ScriptManager.ScriptQueueRunnable(boolean startedByCommandThread,
                                         int pt)
Method Detail

run

public void run()
Specified by:
run in interface Runnable

stop

public void stop()

runNextScript

private boolean runNextScript()

runScript

private void runScript(String returnType,
                       String strScript,
                       String statusList,
                       boolean isScriptFile,
                       boolean isQuiet)