Package | Description |
---|---|
org.xul.script.scripts |
Contain classes which manage scripts.
|
org.xul.script.scripts.lang.def |
Contain default builder factory classes for scripts.
|
org.xul.script.xul |
Contain classes that manage XUL scripts.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractScriptFactory<S>
Factory for scripts.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultScriptFactory
The default Factory for scripts.
|
Modifier and Type | Field and Description |
---|---|
protected ScriptFactory |
AbstractScriptManager.factory
The script factory.
|
Modifier and Type | Method and Description |
---|---|
ScriptFactory |
AbstractScriptManager.getScriptFactory()
Return the script factory.
|
ScriptFactory |
ScriptManager.getScriptFactory()
Return the script factory.
|
Modifier and Type | Method and Description |
---|---|
default boolean |
ScriptManager.addScript(java.lang.String mime,
java.net.URL script,
ScriptFactory fac)
Add a script on all documents.
|
boolean |
AbstractScriptManager.addScript(java.lang.String mime,
java.net.URL url,
XULDocument xuldoc,
ScriptFactory factory)
Add a script on XUL documents.
|
boolean |
ScriptManager.addScript(java.lang.String mime,
java.net.URL script,
XULDocument xuldoc,
ScriptFactory fac)
Add a script only for a XULDocument.
|
void |
AbstractScriptManager.setScriptFactory(ScriptFactory factory)
Set the script factory.
|
void |
ScriptManager.setScriptFactory(ScriptFactory factory)
Set the script factory.
|
Copyright © 2008-2020 Herve Girod. All Rights Reserved. Documentation and source under the LGPL licence