Uses of Class
org.dawb.common.python.PythonCommand

Packages that use PythonCommand
org.dawb.common.python   
 

Uses of PythonCommand in org.dawb.common.python
 

Methods in org.dawb.common.python with parameters of type PythonCommand
static void Python.asyncExec(PythonCommand command)
          Run a python command in the current interpreter.
static void Python.execInThread(PythonCommand cmd)
          Starts a specific thread for the jepp instance to use
static void Python.runCommand(PythonCommand cmd)
          Run using a new Jepp in the current thead.
static void Python.syncExec(PythonCommand command)
          Run a python command in the current interpreter.