gnu.xml.dom

Class DomEvent.DomUIEvent

Enclosing Class:
DomEvent
Implemented Interfaces:
Event, UIEvent

public static class DomEvent.DomUIEvent
extends DomEvent
implements UIEvent

"UIEvent" implementation.

Nested Class Summary

Nested classes/interfaces inherited from class gnu.xml.dom.DomEvent

DomEvent.DomMutationEvent, DomEvent.DomUIEvent

Fields inherited from interface org.w3c.dom.events.Event

AT_TARGET, BUBBLING_PHASE, CAPTURING_PHASE

Constructor Summary

DomUIEvent(String type)
Constructs an uninitialized User Interface (UI) event

Method Summary

int
getDetail()
AbstractView
getView()
void
initUIEvent(String typeArg, boolean canBubbleArg, boolean cancelableArg, 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

Constructor Details

DomUIEvent

public DomUIEvent(String type)
Constructs an uninitialized User Interface (UI) event

Method Details

getDetail

public final int getDetail()
Specified by:
getDetail in interface UIEvent


getView

public final AbstractView getView()
Specified by:
getView in interface UIEvent


initUIEvent

public final void initUIEvent(String typeArg,
                              boolean canBubbleArg,
                              boolean cancelableArg,
                              AbstractView viewArg,
                              int detailArg)
Initializes a UI event
Specified by:
initUIEvent in interface UIEvent