Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.batik.script.rhino
Class EventTargetWrapper.FunctionRemoveProxy  view EventTargetWrapper.FunctionRemoveProxy download EventTargetWrapper.FunctionRemoveProxy.java

java.lang.Object
  extended byorg.apache.batik.script.rhino.EventTargetWrapper.FunctionProxy
      extended byorg.apache.batik.script.rhino.EventTargetWrapper.FunctionRemoveProxy
Enclosing class:
EventTargetWrapper

static class EventTargetWrapper.FunctionRemoveProxy
extends EventTargetWrapper.FunctionProxy


Field Summary
protected  Function delegate
           
private  java.util.Map listenerMap
           
 
Constructor Summary
(package private) EventTargetWrapper.FunctionRemoveProxy(Function delegate, java.util.Map listenerMap)
           
 
Method Summary
 java.lang.Object call(Context ctx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)
           
 Scriptable construct(Context cx, Scriptable scope, java.lang.Object[] args)
           
 void delete(int index)
           
 void delete(java.lang.String name)
           
 java.lang.Object get(int index, Scriptable start)
           
 java.lang.Object get(java.lang.String name, Scriptable start)
           
 java.lang.String getClassName()
           
 java.lang.Object getDefaultValue(java.lang.Class hint)
           
 java.lang.Object[] getIds()
           
 Scriptable getParentScope()
           
 Scriptable getPrototype()
           
 boolean has(int index, Scriptable start)
           
 boolean has(java.lang.String name, Scriptable start)
           
 boolean hasInstance(Scriptable instance)
           
 void put(int index, Scriptable start, java.lang.Object value)
           
 void put(java.lang.String name, Scriptable start, java.lang.Object value)
           
 void setParentScope(Scriptable parent)
           
 void setPrototype(Scriptable prototype)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

listenerMap

private java.util.Map listenerMap

delegate

protected Function delegate
Constructor Detail

EventTargetWrapper.FunctionRemoveProxy

EventTargetWrapper.FunctionRemoveProxy(Function delegate,
                                       java.util.Map listenerMap)
Method Detail

call

public java.lang.Object call(Context ctx,
                             Scriptable scope,
                             Scriptable thisObj,
                             java.lang.Object[] args)
                      throws JavaScriptException

construct

public Scriptable construct(Context cx,
                            Scriptable scope,
                            java.lang.Object[] args)
                     throws JavaScriptException

getClassName

public java.lang.String getClassName()

get

public java.lang.Object get(java.lang.String name,
                            Scriptable start)

get

public java.lang.Object get(int index,
                            Scriptable start)

has

public boolean has(java.lang.String name,
                   Scriptable start)

has

public boolean has(int index,
                   Scriptable start)

put

public void put(java.lang.String name,
                Scriptable start,
                java.lang.Object value)

put

public void put(int index,
                Scriptable start,
                java.lang.Object value)

delete

public void delete(java.lang.String name)

delete

public void delete(int index)

getPrototype

public Scriptable getPrototype()

setPrototype

public void setPrototype(Scriptable prototype)

getParentScope

public Scriptable getParentScope()

setParentScope

public void setParentScope(Scriptable parent)

getIds

public java.lang.Object[] getIds()

getDefaultValue

public java.lang.Object getDefaultValue(java.lang.Class hint)

hasInstance

public boolean hasInstance(Scriptable instance)