Package org.apache.batik.dom.events
Class DocumentEventSupport.KeyboardEventFactory
- java.lang.Object
-
- org.apache.batik.dom.events.DocumentEventSupport.KeyboardEventFactory
-
- All Implemented Interfaces:
DocumentEventSupport.EventFactory
- Enclosing class:
- DocumentEventSupport
protected static class DocumentEventSupport.KeyboardEventFactory extends java.lang.Object implements DocumentEventSupport.EventFactory
To create a keyboard event.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
KeyboardEventFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Event
createEvent()
Creates a new Event object.
-
-
-
Method Detail
-
createEvent
public Event createEvent()
Creates a new Event object.- Specified by:
createEvent
in interfaceDocumentEventSupport.EventFactory
-
-