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:
- 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
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 |
JRexUIEventImpl
protected JRexUIEventImpl()
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.