Package | Description |
---|---|
org.scripthelper.exceptions |
Contains the classes which wrap script exceptions.
|
org.scripthelper.model |
Contains the classes which model the scripts and their methods.
|
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 | Class and Description |
---|---|
class |
AbstractScriptExceptionListener
An abstract ScriptExceptionListener.
|
class |
DefaultExceptionListener
A default Script logger implementation.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<ScriptExceptionListener> |
AbstractScriptWrapper.exListeners
The script exception listeners.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ScriptExceptionListener> |
AbstractScriptWrapper.getExceptionListeners()
Return the listener which will be fired for script exceptions.
|
java.util.List<ScriptExceptionListener> |
ScriptWrapper.getExceptionListeners()
Return the listeners which will be fired for script exceptions.
|
java.util.List<ScriptExceptionListener> |
ScriptWrapperCombiner.getExceptionListeners()
Return the listeners which will be fired for script exceptions.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractScriptWrapper.addExceptionListener(ScriptExceptionListener listener)
Set the listener which will be fired for script exceptions.
|
void |
ScriptWrapper.addExceptionListener(ScriptExceptionListener listener)
Add a listener which will be fired for script exceptions.
|
void |
ScriptWrapperCombiner.addExceptionListener(ScriptExceptionListener listener)
Add a listener which will be fired for script exceptions.
|
boolean |
AbstractScriptWrapper.removeExceptionListener(ScriptExceptionListener listener)
Remove a previously added exception listener.
|
boolean |
ScriptWrapper.removeExceptionListener(ScriptExceptionListener listener)
Remove a previously added exception listener.
|
boolean |
ScriptWrapperCombiner.removeExceptionListener(ScriptExceptionListener listener)
Remove a previously added exception listener.
|
Modifier and Type | Class and Description |
---|---|
class |
SwingExceptionListener
A listener which shows a popup window when an exception is encountered.
|
Modifier and Type | Class and Description |
---|---|
class |
SwingDebugScriptWindow
A Swing debug script window.
|
Copyright © 2019-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence