Uses of Interface
org.apache.batik.dom.events.DocumentEventSupport.EventFactory
-
Packages that use DocumentEventSupport.EventFactory Package Description 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 Modifier and Type Class Description protected static classDocumentEventSupport.CustomEventFactoryTo create a Custom event.protected static classDocumentEventSupport.KeyboardEventFactoryTo create a keyboard event.protected static classDocumentEventSupport.KeyEventFactoryTo create a key event.protected static classDocumentEventSupport.MouseEventFactoryTo create a mouse event.protected static classDocumentEventSupport.MutationEventFactoryTo create a mutation event.protected static classDocumentEventSupport.MutationNameEventFactoryTo create a mutation name event.protected static classDocumentEventSupport.SimpleEventFactoryTo create a simple event.protected static classDocumentEventSupport.TextEventFactoryTo create a Text event.protected static classDocumentEventSupport.UIEventFactoryTo create a UI event.Fields in org.apache.batik.dom.events with type parameters of type DocumentEventSupport.EventFactory Modifier and Type Field Description protected java.util.HashMap<java.lang.String,DocumentEventSupport.EventFactory>DocumentEventSupport. eventFactoriesThe event factories table.Methods in org.apache.batik.dom.events with parameters of type DocumentEventSupport.EventFactory Modifier and Type Method Description voidDocumentEventSupport. registerEventFactory(java.lang.String eventType, DocumentEventSupport.EventFactory factory)Registers a new EventFactory object.
-