Package | Description |
---|---|
org.xul.script.scripts |
Contain classes which manage scripts.
|
org.xul.script.xul |
Contain classes that manage XUL scripts.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractXULScriptContext
An abstract XUL script context.
|
class |
DefaultXULScriptContext
The default XUL script context.
|
Modifier and Type | Field and Description |
---|---|
protected XULScriptContext |
AbstractScriptFactory.context
The XULScriptContext.
|
protected XULScriptContext |
DefaultXULScriptHelper.scriptContext
The script context.
|
Modifier and Type | Method and Description |
---|---|
XULScriptContext |
DefaultXULScriptHelper.getContext()
Return the script context.
|
XULScriptContext |
XULScriptHelper.getContext()
Return the script context.
|
XULScriptContext |
AbstractScriptFactory.getScriptContext()
Return the script context.
|
XULScriptContext |
ScriptFactory.getScriptContext()
Return the script context.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractScriptFactory.setScriptContext(XULScriptContext context)
Set the global script context used by all scripts.
|
void |
ScriptFactory.setScriptContext(XULScriptContext context)
Set the global script context used by all scripts.
|
Constructor and Description |
---|
DefaultXULScriptHelper(XULScriptContext scriptContext) |
Modifier and Type | Field and Description |
---|---|
protected XULScriptContext |
AbstractScriptManager.context
The ScriptContext.
|
Modifier and Type | Method and Description |
---|---|
XULScriptContext |
AbstractScriptManager.getScriptContext()
Return the script context.
|
XULScriptContext |
ScriptManager.getScriptContext()
Return the script context.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractScriptManager.setScriptContext(XULScriptContext context)
Set the script context.
|
void |
ScriptManager.setScriptContext(XULScriptContext context)
Set the script context.
|
Copyright © 2008-2020 Herve Girod. All Rights Reserved. Documentation and source under the LGPL licence