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 class
DocumentEventSupport.CustomEventFactory
To create a Custom event.protected static class
DocumentEventSupport.KeyboardEventFactory
To create a keyboard event.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.MutationNameEventFactory
To create a mutation name event.protected static class
DocumentEventSupport.SimpleEventFactory
To create a simple event.protected static class
DocumentEventSupport.TextEventFactory
To create a Text event.protected static class
DocumentEventSupport.UIEventFactory
To 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. eventFactories
The event factories table.Methods in org.apache.batik.dom.events with parameters of type DocumentEventSupport.EventFactory Modifier and Type Method Description void
DocumentEventSupport. registerEventFactory(java.lang.String eventType, DocumentEventSupport.EventFactory factory)
Registers a new EventFactory object.
-