KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.apache.batik.dom.events.DocumentEventSupport
    This class implements the behavior of DocumentEvent. @author <a HREF="mailto:stephane@hillion.org">Stephane Hillion</a> @version $Id: DocumentEventSupport.java,v 1.7 2005/02/22 09:12:59 cam Exp $
  • org.apache.batik.css.engine.CSSEngine
    This is the base class for all the CSS engines. @author <a HREF="mailto:stephane@hillion.org">Stephane Hillion</a> @version $Id: CSSEngine.java,v 1.42 2004/12/03 12:20:15 deweese 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 ...
  • 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