Package | Description |
---|---|
org.apache.batik.dom.events |
Provides an implementation of the DOM level 2 events module.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.HashMap<java.lang.String,DocumentEventSupport.EventFactory> |
DocumentEventSupport.eventFactories
The event factories table.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentEventSupport.registerEventFactory(java.lang.String eventType,
DocumentEventSupport.EventFactory factory)
Registers a new EventFactory object.
|
Copyright © 2022 Apache Software Foundation. All Rights Reserved.