public class ArtisynthJythonConsole
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static ArtisynthJythonConsole |
createFrameConsole() |
static ArtisynthJythonConsole |
createTerminalConsole() |
void |
dispose() |
void |
execfile(java.io.InputStream s,
java.lang.String name) |
void |
executeScript(java.lang.String fileName) |
void |
executeScript(java.lang.String fileName,
java.lang.String[] args) |
org.python.util.InteractiveConsole |
getConsole() |
javax.swing.JFrame |
getFrame() |
java.io.File |
getScriptFile() |
void |
interact() |
boolean |
interruptRequestPending() |
static void |
main(java.lang.String[] args) |
boolean |
requestInterrupt() |
void |
setMain(Main main) |
public static ArtisynthJythonConsole createTerminalConsole()
public static ArtisynthJythonConsole createFrameConsole()
public void setMain(Main main)
public java.io.File getScriptFile()
public void execfile(java.io.InputStream s, java.lang.String name)
public void executeScript(java.lang.String fileName) throws java.io.IOException
java.io.IOException
public void executeScript(java.lang.String fileName, java.lang.String[] args) throws java.io.IOException
java.io.IOException
public void interact()
public org.python.util.InteractiveConsole getConsole()
public javax.swing.JFrame getFrame()
public void dispose()
public boolean requestInterrupt()
public boolean interruptRequestPending()
public static void main(java.lang.String[] args)