| Package | Description | 
|---|---|
| org.scripthelper.context | 
 Contains the classes which manage the context for scripts. 
 | 
| org.scripthelper.exceptions | 
 Contains the classes which wrap script exceptions. 
 | 
| org.scripthelper.groovy | 
 Contains the classes which implements the Groovy scripts. 
 | 
| org.scripthelper.js | 
 Contains the classes which implements the Javascript scripts. 
 | 
| org.scripthelper.model | 
 Contains the classes which model the scripts and their methods. 
 | 
| org.scripthelper.python | 
 Contains the classes which implements the Python scripts. 
 | 
| org.scripthelper.ruby | 
 Contains the classes which implements the Ruby scripts. 
 | 
| org.scripthelper.swing | 
 Contains the Swing helper classes for the framework. 
 | 
| org.scripthelper.swing.debug | 
 Contains the Swing helper classes for the debugging framework. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
default java.lang.Object | 
ScriptContext.createScript(java.io.File file)
Create another script that can be used in the current script. 
 | 
default java.lang.Object | 
ScriptContext.createScript(java.io.File file,
            boolean useContext)
Create another script that can be used in the current script. 
 | 
default java.lang.Object | 
ScriptContext.createScript(java.lang.String path)
Create another script that can be used in the current script. 
 | 
default java.lang.Object | 
ScriptContext.createScript(java.lang.String path,
            boolean useContext)
Create another script that can be used in the current script. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbortScriptException
This exception is used to abort a Script. 
 | 
class  | 
IllegalScriptArgumentException  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DefaultExceptionListener.notifiedFirst(ScriptRuntimeException exception,
             char errorType,
             java.lang.String extension)
Fired when the first exception is encountered while executing a script. 
 | 
void | 
ScriptExceptionListener.notifiedFirst(ScriptRuntimeException exception,
             char errorType,
             java.lang.String extension)
Fired when the first exception is encountered while executing a script. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Object | 
GroovyScriptWrapper.createAdditionalScript(java.io.File file,
                      boolean useContext)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Object | 
JSScriptWrapper.createAdditionalScript(java.io.File file,
                      boolean useContext)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected ScriptRuntimeException | 
AbstractScriptWrapper.getRuntimeException(java.lang.Exception e)
Return the ScriptRuntimeException correcponding to an exception 
 | 
protected ScriptRuntimeException | 
AbstractScriptWrapper.getRuntimeException(java.lang.Exception e,
                   java.io.File file,
                   java.lang.Throwable caller)
Return the ScriptRuntimeException correcponding to an exception 
 | 
| Modifier and Type | Method and Description | 
|---|---|
default java.lang.Object | 
ScriptWrapper.createAdditionalScript(java.io.File file)
Create another script that can be used in the current script. 
 | 
java.lang.Object | 
ScriptWrapper.createAdditionalScript(java.io.File file,
                      boolean useContext)
Create another script that can be used in the current script. 
 | 
java.lang.Object | 
ScriptWrapperCombiner.createAdditionalScript(java.io.File file,
                      boolean useContext)
Create another script that can be used in the current script. 
 | 
protected void | 
AbstractMethodProxy.processException(java.lang.Throwable e)
Processed when a Throwable is thrown by a script. 
 | 
void | 
ScriptProxy.processException(java.lang.Throwable e)
Processed when a Throwable is thrown by a script. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Object | 
PythonScriptWrapper.createAdditionalScript(java.io.File file,
                      boolean useContext)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Object | 
RubyScriptWrapper.createAdditionalScript(java.io.File file,
                      boolean useContext)  | 
| Modifier and Type | Method and Description | 
|---|---|
ScriptRuntimeException | 
ErrorScriptWindow.getRuntimeException()
Return the ScriptRuntimeException. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SwingExceptionListener.notifiedFirst(ScriptRuntimeException exception,
             char errorType,
             java.lang.String extension)
Fired when the first exception is encountered while executing a script. 
 | 
| Constructor and Description | 
|---|
ErrorScriptWindow(int line,
                 ScriptRuntimeException exception,
                 boolean resetWrapperOnClose,
                 java.lang.String extension)
Constructor. 
 | 
ErrorScriptWindow(int line,
                 ScriptRuntimeException exception,
                 java.lang.String extension)
Constructor. 
 | 
ErrorScriptWindow(java.lang.String title,
                 int line,
                 ScriptRuntimeException exception,
                 boolean resetWrapperOnClose,
                 java.lang.String extension)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SwingDebugScriptWindow.notifiedFirst(ScriptRuntimeException exception,
             char errorType,
             java.lang.String extension)
Fired when the first exception is encountered while executing a script. 
 | 
Copyright © 2019-2025 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence