Package org.lobobrowser.js
Class AbstractScriptableDelegate
- java.lang.Object
-
- org.lobobrowser.js.AbstractScriptableDelegate
-
- All Implemented Interfaces:
ScriptableDelegate
- Direct Known Subclasses:
AbstractCSS2Properties
,ChildHTMLCollection
,DescendentHTMLCollection
,Event
,FilteredObjectList
,History
,Location
,NamedNodeMapImpl
,Navigator
,NodeImpl
,NodeListImpl
,Screen
,Window
,XMLHttpRequest
public abstract class AbstractScriptableDelegate extends java.lang.Object implements ScriptableDelegate
-
-
Constructor Summary
Constructors Constructor Description AbstractScriptableDelegate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.mozilla.javascript.Scriptable
getScriptable()
void
setScriptable(org.mozilla.javascript.Scriptable scriptable)
-
-
-
Method Detail
-
getScriptable
public org.mozilla.javascript.Scriptable getScriptable()
- Specified by:
getScriptable
in interfaceScriptableDelegate
-
setScriptable
public void setScriptable(org.mozilla.javascript.Scriptable scriptable)
- Specified by:
setScriptable
in interfaceScriptableDelegate
-
-