|
|||||||||
| Home >> All >> org >> jext >> scripting >> [ dawn overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jext.scripting.dawn
Class Run

java.lang.Objectorg.jext.scripting.dawn.Run
- public final class Run
- extends java.lang.Object
| Nested Class Summary | |
(package private) static class |
Run.ThreadExecuter
|
| Constructor Summary | |
Run()
|
|
| Method Summary | |
static void |
execute(java.lang.String code,
org.jext.JextFrame parent)
Executes some Dawn code. |
static void |
execute(java.lang.String code,
org.jext.JextFrame parent,
boolean isThreaded)
Executes some Dawn code. |
static void |
runScript(java.lang.String fileName,
org.jext.JextFrame parent)
Runs a Jext script from a file. |
static void |
runScript(java.lang.String fileName,
org.jext.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 |
Run
public Run()
| Method Detail |
execute
public static void execute(java.lang.String code, org.jext.JextFrame parent)
- Executes some Dawn code.
execute
public static void execute(java.lang.String code, org.jext.JextFrame parent, boolean isThreaded)
- Executes some Dawn code.
runScript
public static void runScript(java.lang.String fileName, org.jext.JextFrame parent)
- Runs a Jext script from a file.
runScript
public static void runScript(java.lang.String fileName, org.jext.JextFrame parent, boolean isThreaded)
- Runs a Jext script from a file.
|
|||||||||
| Home >> All >> org >> jext >> scripting >> [ dawn overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.jext.scripting.dawn.Run