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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.mozilla.javascript.Scriptable
void
setScriptable
(org.mozilla.javascript.Scriptable scriptable)
-
Constructor Details
-
AbstractScriptableDelegate
public AbstractScriptableDelegate()
-
-
Method Details
-
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
-