|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jext.scripting.dawn.Run
| Constructor Summary | |
Run()
|
|
| Method Summary | |
static void |
execute(java.lang.String code,
JextFrame parent)
Executes some Dawn code. |
static void |
execute(java.lang.String code,
JextFrame parent,
boolean isThreaded)
Executes some Dawn code. |
static void |
runScript(java.lang.String fileName,
JextFrame parent)
Runs a Jext script from a file. |
static void |
runScript(java.lang.String fileName,
JextFrame parent,
boolean isThreaded)
Runs a Jext script from a file. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Run()
| Method Detail |
public static void execute(java.lang.String code,
JextFrame parent)
code - The script code to be interpretedparent - The window which execuets the script
public static void execute(java.lang.String code,
JextFrame parent,
boolean isThreaded)
code - The script code to be interpretedparent - The window which execuets the scriptisThreaded - If true, Dawn libraries loading is threaded
public static void runScript(java.lang.String fileName,
JextFrame parent)
fileName - Path to the scriptparent - The Jext window which have to execute the script
public static void runScript(java.lang.String fileName,
JextFrame parent,
boolean isThreaded)
fileName - Path to the scriptparent - The Jext window which have to execute the scriptisThreaded - If true, loading of libraries is threaded
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||