gnu.xml.dom
Class DomEvent.DomUIEvent

java.lang.Object
  extended bygnu.xml.dom.DomEvent
      extended bygnu.xml.dom.DomEvent.DomUIEvent
All Implemented Interfaces:
Event, UIEvent
Enclosing class:
DomEvent

public static class DomEvent.DomUIEvent
extends DomEvent
implements UIEvent

"UIEvent" implementation.


Nested Class Summary
 
Nested classes inherited from class gnu.xml.dom.DomEvent
DomEvent.DomMutationEvent, DomEvent.DomUIEvent
 
Field Summary
 
Fields inherited from interface org.w3c.dom.events.Event
AT_TARGET, BUBBLING_PHASE, CAPTURING_PHASE
 
Constructor Summary
DomEvent.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
 
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
 

Constructor Detail

DomEvent.DomUIEvent

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

Method Detail

getView

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

getDetail

public final int getDetail()
Specified by:
getDetail 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


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 2007-02-12.