Package | Description |
---|---|
org.scripthelper.context |
Contains the classes whihc manage the context for 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.swing.script |
Contains additional Swing script helper classes.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultScriptHelper<C extends ScriptContext>
A default customizable script helper.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultScriptContext
A default script context.
|
Modifier and Type | Field and Description |
---|---|
protected C |
DefaultScriptHelper.context
The script context.
|
Modifier and Type | Method and Description |
---|---|
ScriptContext |
ScriptHelper.getContext()
Return the script context.
|
Modifier and Type | Method and Description |
---|---|
void |
ContextListener.init(ScriptContext context) |
Modifier and Type | Field and Description |
---|---|
protected ScriptContext |
AbstractJSScriptable.context
The context of the script wrapper.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractJSScriptable.setContext(ScriptContext context)
Set the context of the script wrapper.
|
void |
JSScriptable.setContext(ScriptContext context)
Set the context of the script wrapper.
|
Modifier and Type | Field and Description |
---|---|
protected ScriptContext |
AbstractScriptWrapper.context
The script context.
|
Modifier and Type | Method and Description |
---|---|
protected ScriptContext |
AbstractScriptWrapper.createScriptContext()
Create the script context.
|
ScriptContext |
AbstractScriptWrapper.getScriptContext()
Return the script context.
|
ScriptContext |
ScriptWrapper.getScriptContext()
Return the script context.
|
ScriptContext |
ScriptWrapperCombiner.getScriptContext()
Return the script context.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractScriptWrapper.setScriptContext(ScriptContext context)
Set the script context.
|
void |
ScriptWrapper.setScriptContext(ScriptContext context)
Set the script context.
|
void |
ScriptWrapperCombiner.setScriptContext(ScriptContext context)
Set the script context.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultSwingScriptHelper<C extends ScriptContext>
A default customizable swing script helper.
|
Constructor and Description |
---|
PropertySetter(java.lang.String dialogTitle,
ScriptContext context)
Constructor.
|
PropertySetterDialog(java.awt.Component parent,
java.lang.String desc,
java.util.List<PropertySetter.Property> props,
ScriptContext context)
Constructor.
|
Copyright © 2019-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence