org.mozilla.jrex.dom.events
Class JRexUIEventImpl

java.lang.Object
  extended byorg.mozilla.jrex.dom.events.JRexEventImpl
      extended byorg.mozilla.jrex.dom.events.JRexUIEventImpl
All Implemented Interfaces:
Event, UIEvent
Direct Known Subclasses:
JRexMouseEventImpl

public class JRexUIEventImpl
extends JRexEventImpl
implements 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()
           
 AbstractView getView()
           
 void initUIEvent(String typeArg, boolean canBubbleArg, boolean cancelableArg, AbstractView viewArg, int detailArg)
           
 
Methods inherited from class org.mozilla.jrex.dom.events.JRexEventImpl
dispose, equals, finalize, getBubbles, getCancelable, getCurrentTarget, getEventPhase, getExplicitOriginalTarget, getOriginalTarget, 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 AbstractView getView()
Specified by:
getView in interface UIEvent

getDetail

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

initUIEvent

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


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