Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
gnu.xml.dom.DomEvent
gnu.xml.dom.DomEvent.DomUIEvent
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 | |
|
Method Summary | |
int | |
AbstractView |
|
void |
|
Methods inherited from class gnu.xml.dom.DomEvent | |
getBubbles , getCancelable , getCurrentTarget , getEventPhase , getTarget , getTimeStamp , getType , initEvent , preventDefault , stopPropagation , toString |
public final void initUIEvent(String typeArg, boolean canBubbleArg, boolean cancelableArg, AbstractView viewArg, int detailArg)
Initializes a UI event
- Specified by:
- initUIEvent in interface UIEvent