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

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

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

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

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



Copyright © 2001 Apache Software Foundation. All Rights Reserved.