Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jext.scripting.dawn
Class Run  view Run download Run.java

java.lang.Object
  extended byorg.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.