gnu.xml.dom
Class DomEvent.DomUIEvent
java.lang.Object
|
+--gnu.xml.dom.DomEvent
|
+--gnu.xml.dom.DomEvent.DomUIEvent
- All Implemented Interfaces:
- org.w3c.dom.events.Event, org.w3c.dom.events.UIEvent
- Enclosing class:
- DomEvent
- public static class DomEvent.DomUIEvent
- extends DomEvent
- implements org.w3c.dom.events.UIEvent
"UIEvent" implementation.
Fields inherited from interface org.w3c.dom.events.Event |
AT_TARGET, BUBBLING_PHASE, CAPTURING_PHASE |
Constructor Summary |
DomEvent.DomUIEvent(java.lang.String type)
Constructs an uninitialized User Interface (UI) event |
Method Summary |
int |
getDetail()
|
org.w3c.dom.views.AbstractView |
getView()
|
void |
initUIEvent(java.lang.String typeArg,
boolean canBubbleArg,
boolean cancelableArg,
org.w3c.dom.views.AbstractView viewArg,
int detailArg)
Initializes a UI event |
Methods inherited from class gnu.xml.dom.DomEvent |
getBubbles, getCancelable, getCurrentTarget, getEventPhase, getTarget, getTimeStamp, getType, initEvent, preventDefault, stopPropagation, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.w3c.dom.events.Event |
getBubbles, getCancelable, getCurrentTarget, getEventPhase, getTarget, getTimeStamp, getType, initEvent, preventDefault, stopPropagation |
DomEvent.DomUIEvent
public DomEvent.DomUIEvent(java.lang.String type)
- Constructs an uninitialized User Interface (UI) event
getView
public final org.w3c.dom.views.AbstractView getView()
- Specified by:
getView
in interface org.w3c.dom.events.UIEvent
getDetail
public final int getDetail()
- Specified by:
getDetail
in interface org.w3c.dom.events.UIEvent
initUIEvent
public final void initUIEvent(java.lang.String typeArg,
boolean canBubbleArg,
boolean cancelableArg,
org.w3c.dom.views.AbstractView viewArg,
int detailArg)
- Initializes a UI event
- Specified by:
initUIEvent
in interface org.w3c.dom.events.UIEvent
Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2003-06-07.