KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > w3c > dom > events > EventListener > Top Examples

  • org.apache.batik.bridge.ScriptingEnvironment
    This class contains the informations needed by the SVG scripting. @author <a HREF="mailto:stephane@hillion.org">Stephane Hillion</a> @version $Id: ScriptingEnvironment.java,v 1.49 2005/04/02 14:26:09 deweese Exp $
  • org.apache.batik.bridge.BridgeContext
    This class represents a context used by the various bridges and the builder. A bridge context is associated to a particular document and cannot be reused. The context encapsulates the dynamic bindings between DOM elements and GVT nodes, graphic contexts such as a <tt>GraphicsNodeRenderConte ...
  • org.apache.batik.bridge.FocusManager
    A class that manages focus on elements. @author <a HREF="mailto:Thierry.Kormann@sophia.inria.fr">Thierry Kormann</a> @version $Id: FocusManager.java,v 1.7 2004/08/18 07:12:31 vhardy Exp $
  • org.apache.batik.script.rhino.EventTargetWrapper
    A class that wraps an <code>EventTarget</code> instance to expose it in the Rhino engine. Then calling <code>addEventListener</code> with a Rhino function as parameter should redirect the call to <code>addEventListener</code> with a Java function object calling ...
  • org.apache.batik.dom.events.EventListenerList
    A simple list of EventListener. Listeners are always added at the head of the list. @author <a HREF="mailto:tkormann@apache.org">Thierry Kormann</a>
  • org.apache.batik.bridge.SVGAElementBridge
    Bridge class for the &lt;a> element. @author <a HREF="mailto:tkormann@apache.org">Thierry Kormann</a> @version $Id: SVGAElementBridge.java,v 1.27 2004/08/18 07:12:32 vhardy Exp $
  • org.apache.batik.bridge.SVGTextElementBridge
    Bridge class for the &lt;text> element. @author <a HREF="mailto:stephane@hillion.org">Stephane Hillion</a> @author <a HREF="mailto:bill.haneman@ireland.sun.com">Bill Haneman</a> @version $Id: SVGTextElementBridge.java,v 1.106 2005/03/27 08:58:30 cam Exp $
  • org.apache.batik.swing.JSVGCanvas
    This class represents a general-purpose swing SVG component. The <tt>JSVGCanvas</tt> does not provided additional functionalities compared to the <tt>JSVGComponent</tt> but simply provides an API conformed to the JavaBean specification. The only major change between the < ...
  • com.test.script.EventListenerInitializerImpl
    This class implements the EventListenerInitializer interface. @author <a HREF="mailto:cjolif@apache.org">Christophe Jolif</a> @version $Id: EventListenerInitializerImpl.java,v 1.3 2005/04/01 02:28:11 deweese Exp $
  • com.untrusted.script.UntrustedScriptHandler
    This class implements the ScriptHandler interface and represents an example of untrusted code. It creates a number of Java Permissions and checks that access is denied. the tests fail if the Permissions are granted. The only thing that the class should be allowed to make is a connection back to ...
Popular Tags