Package | Description |
---|---|
org.scripthelper.debug |
The debug package.
|
org.scripthelper.model |
Contains the classes which model the scripts and their methods.
|
org.scripthelper.swing.debug |
Contains the Swing helper classes for the debugging framework.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultDebugListener
A default debug listener which does nothing.
|
Modifier and Type | Field and Description |
---|---|
protected DebugListener |
DebugClient.debugListener |
Modifier and Type | Method and Description |
---|---|
DebugListener |
DebugSession.getDebugListener()
Return the debug listener.
|
Modifier and Type | Method and Description |
---|---|
void |
DebugSession.setDebugListener(DebugListener debugListener)
Set the debug listener.
|
Modifier and Type | Field and Description |
---|---|
protected DebugListener |
AbstractDebuggingScriptWrapper.debugListener
The debug listener.
|
Modifier and Type | Method and Description |
---|---|
DebugListener |
AbstractDebuggingScriptWrapper.getDebugListener()
Return the debug listener.
|
default DebugListener |
DebuggingWrapper.getDebugListener()
Return the debug listener.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractDebuggingScriptWrapper.setDebugListener(DebugListener debugListener)
Set the debug listener.
|
default void |
DebuggingWrapper.setDebugListener(DebugListener debugListener)
Set the debug listener.
|
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