org.mozilla.jrex.dom.events
Class JRexUIEventImpl

java.lang.Object
  |
  +--org.mozilla.jrex.dom.events.JRexEventImpl
        |
        +--org.mozilla.jrex.dom.events.JRexUIEventImpl
All Implemented Interfaces:
org.w3c.dom.events.Event, org.w3c.dom.events.UIEvent
Direct Known Subclasses:
JRexMouseEventImpl

public class JRexUIEventImpl
extends JRexEventImpl
implements org.w3c.dom.events.UIEvent

A class implementing org.w3c.dom.events.UIEvent interface.

Version:
1.0
Author:
C.N.Medappa
See Also:
UIEvent

Field Summary
 
Fields inherited from interface org.w3c.dom.events.Event
AT_TARGET, BUBBLING_PHASE, CAPTURING_PHASE
 
Constructor Summary
protected JRexUIEventImpl()
           
 
Method Summary
 int getDetail()
           
 org.w3c.dom.views.AbstractView getView()
           
 void initUIEvent(String typeArg, boolean canBubbleArg, boolean cancelableArg, org.w3c.dom.views.AbstractView viewArg, int detailArg)
           
 
Methods inherited from class org.mozilla.jrex.dom.events.JRexEventImpl
equals, finalize, getBubbles, getCancelable, getCurrentTarget, getEventPhase, getTarget, getTimeStamp, getType, hashCode, initEvent, preventDefault, stopPropagation
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.w3c.dom.events.Event
getBubbles, getCancelable, getCurrentTarget, getEventPhase, getTarget, getTimeStamp, getType, initEvent, preventDefault, stopPropagation
 

Constructor Detail

JRexUIEventImpl

protected JRexUIEventImpl()
Method Detail

getView

public org.w3c.dom.views.AbstractView getView()
Specified by:
getView in interface org.w3c.dom.events.UIEvent

getDetail

public int getDetail()
Specified by:
getDetail in interface org.w3c.dom.events.UIEvent

initUIEvent

public void initUIEvent(String typeArg,
                        boolean canBubbleArg,
                        boolean cancelableArg,
                        org.w3c.dom.views.AbstractView viewArg,
                        int detailArg)
Specified by:
initUIEvent in interface org.w3c.dom.events.UIEvent


Copyright © 2004 C.N.Medappa. All Rights Reserved.