|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentEventSupport.EventFactory | |
---|---|
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 | |
---|---|
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. |
Methods in org.apache.batik.dom.events with parameters of type DocumentEventSupport.EventFactory | |
---|---|
void |
DocumentEventSupport.registerEventFactory(String eventType,
DocumentEventSupport.EventFactory factory)
Registers a new EventFactory object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |