Uses of Interface
org.apache.batik.dom.events.DocumentEventSupport.EventFactory

Packages that use DocumentEventSupport.EventFactory
org.apache.batik.dom.events Provides an implementation of the DOM level 2 events module. 
 

Uses of DocumentEventSupport.EventFactory in org.apache.batik.dom.events
 

Classes in org.apache.batik.dom.events that implement DocumentEventSupport.EventFactory
protected static class DocumentEventSupport.KeyEventFactory
          To create a key event.
protected static class DocumentEventSupport.MouseEventFactory
          To create a mouse event.
protected static class DocumentEventSupport.MutationEventFactory
          To create a mutation event.
protected static class DocumentEventSupport.SimpleEventFactory
          To create a simple event.
protected static class DocumentEventSupport.UIEventFactory
          To create a UI event.
 

Methods in org.apache.batik.dom.events with parameters of type DocumentEventSupport.EventFactory
 void DocumentEventSupport.registerEventFactory(java.lang.String eventType, DocumentEventSupport.EventFactory factory)
          Registers a new EventFactory object.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.