Package | Description |
---|---|
org.scripthelper.context |
Contains the classes whihc manage the context for scripts.
|
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 |
DefaultScriptLogger
A default Script logger interface.
|
Modifier and Type | Method and Description |
---|---|
ScriptLogger |
DefaultScriptContext.getScriptLogger()
Return the associated ScriptLogger.
|
ScriptLogger |
ScriptContext.getScriptLogger()
Return the associated ScriptLogger.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultScriptContext.setLogger(ScriptLogger logger)
Set the associated ScriptLogger.
|
void |
ScriptContext.setLogger(ScriptLogger logger)
Set the associated ScriptLogger.
|
Modifier and Type | Field and Description |
---|---|
protected ScriptLogger |
AbstractScriptExceptionListener.logger
The ScriptLogger.
|
Modifier and Type | Method and Description |
---|---|
ScriptLogger |
AbstractScriptExceptionListener.getScriptLogger()
Return the script logger.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractScriptExceptionListener.setScriptLogger(ScriptLogger logger)
Set the script logger.
|
void |
ScriptExceptionListener.setScriptLogger(ScriptLogger logger)
Set the script logger.
|
Modifier and Type | Field and Description |
---|---|
protected ScriptLogger |
AbstractScriptWrapper.logger
The script logger.
|
Modifier and Type | Method and Description |
---|---|
protected ScriptLogger |
AbstractDebuggingScriptWrapper.getPreferredLogger()
Return the preferred logger.
|
protected ScriptLogger |
AbstractScriptWrapper.getPreferredLogger()
Return the preferred logger.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractScriptWrapper.setScriptLogger(ScriptLogger logger)
Set the script logger.
|
void |
ScriptWrapper.setScriptLogger(ScriptLogger logger)
Set the script logger.
|
void |
ScriptWrapperCombiner.setScriptLogger(ScriptLogger logger)
Set the script logger.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SwingScriptLogger
The ScriptLogger interface for Swing components.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSwingScriptLogger
Presents a scrollable logging text area for Script messages.
|
class |
DefaultSwingScriptLogger
Presents a scrollable logging text area for Script messages.
|
class |
DefaultSwingScriptLoggerArea
Presents a scrollable logging text area for Script messages.
|
Modifier and Type | Class and Description |
---|---|
class |
SwingDebugScriptWindow
A Swing debug script window.
|
Modifier and Type | Method and Description |
---|---|
void |
SwingDebugScriptWindow.setScriptLogger(ScriptLogger logger)
Set the script logger.
|
Copyright © 2019-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence