org.lobobrowser.js
Class AbstractScriptableDelegate

java.lang.Object
  extended by org.lobobrowser.js.AbstractScriptableDelegate
All Implemented Interfaces:
ScriptableDelegate
Direct Known Subclasses:
AbstractCSS2Properties, ChildHTMLCollection, DescendentHTMLCollection, Event, FilteredObjectList, Location, NamedNodeMapImpl, Navigator, NodeImpl, NodeListImpl, Screen, Window, XMLHttpRequest

public abstract class AbstractScriptableDelegate
extends java.lang.Object
implements ScriptableDelegate


Constructor Summary
AbstractScriptableDelegate()
           
 
Method Summary
 org.mozilla.javascript.Scriptable getScriptable()
           
 void setScriptable(org.mozilla.javascript.Scriptable scriptable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractScriptableDelegate

public AbstractScriptableDelegate()
Method Detail

getScriptable

public org.mozilla.javascript.Scriptable getScriptable()
Specified by:
getScriptable in interface ScriptableDelegate

setScriptable

public void setScriptable(org.mozilla.javascript.Scriptable scriptable)
Specified by:
setScriptable in interface ScriptableDelegate