Uses of Interface
org.apache.batik.dom.events.DocumentEventSupport.EventFactory
Packages that use DocumentEventSupport.EventFactory
Package
Description
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.EventFactoryModifier and TypeClassDescriptionprotected static class
To create a Custom event.protected static class
To create a keyboard event.protected static class
To create a key event.protected static class
To create a mouse event.protected static class
To create a mutation event.protected static class
To create a mutation name event.protected static class
To create a simple event.protected static class
To create a Text event.protected static class
To create a UI event.Fields in org.apache.batik.dom.events with type parameters of type DocumentEventSupport.EventFactoryModifier and TypeFieldDescriptionprotected HashMap<String,
DocumentEventSupport.EventFactory> DocumentEventSupport.eventFactories
The event factories table.Methods in org.apache.batik.dom.events with parameters of type DocumentEventSupport.EventFactoryModifier and TypeMethodDescriptionvoid
DocumentEventSupport.registerEventFactory
(String eventType, DocumentEventSupport.EventFactory factory) Registers a new EventFactory object.