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 classTo create a Custom event.protected static classTo create a keyboard event.protected static classTo create a key event.protected static classTo create a mouse event.protected static classTo create a mutation event.protected static classTo create a mutation name event.protected static classTo create a simple event.protected static classTo create a Text event.protected static classTo 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.eventFactoriesThe event factories table.Methods in org.apache.batik.dom.events with parameters of type DocumentEventSupport.EventFactoryModifier and TypeMethodDescriptionvoidDocumentEventSupport.registerEventFactory(String eventType, DocumentEventSupport.EventFactory factory) Registers a new EventFactory object.