|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IScriptProcessor
Defines methods needed by a IScript
to
execute.
Body
Method Summary | |
---|---|
void |
addBodyScript(String script)
Adds scripting code to the main body. |
void |
addExternalScript(IResourceLocation location)
Adds an external script. |
void |
addInitializationScript(String script)
Adds initialization script. |
String |
getUniqueString(String baseValue)
Ensures that the given string is unique. |
Method Detail |
---|
void addBodyScript(String script)
void addInitializationScript(String script)
onload
event handler.
void addExternalScript(IResourceLocation location)
String getUniqueString(String baseValue)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |