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

Quick Search    Search Deep

org.apache.batik.script.rhino
Class BatikWrapFactory  view BatikWrapFactory download BatikWrapFactory.java

java.lang.Object
  extended byWrapFactory
      extended byorg.apache.batik.script.rhino.BatikWrapFactory

class BatikWrapFactory
extends WrapFactory

This is an utility class allowing to pass an ECMAScript function as a parameter of the addEventListener method of EventTarget objects as DOM Level 2 recommendation required.

Version:
$Id: BatikWrapFactory.java,v 1.4 2004/08/18 07:14:57 vhardy Exp $

Field Summary
private  RhinoInterpreter interpreter
           
 
Constructor Summary
BatikWrapFactory(RhinoInterpreter interp)
           
 
Method Summary
 java.lang.Object wrap(Context ctx, Scriptable scope, java.lang.Object obj, java.lang.Class staticType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

interpreter

private RhinoInterpreter interpreter
Constructor Detail

BatikWrapFactory

public BatikWrapFactory(RhinoInterpreter interp)
Method Detail

wrap

public java.lang.Object wrap(Context ctx,
                             Scriptable scope,
                             java.lang.Object obj,
                             java.lang.Class staticType)