public class UIEventImpl extends EventImpl implements org.w3c.dom.events.UIEvent
| Constructor and Description |
|---|
UIEventImpl(long peer) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCharCode() |
(package private) static int |
getCharCodeImpl(long peer) |
int |
getDetail() |
(package private) static int |
getDetailImpl(long peer) |
(package private) static org.w3c.dom.events.UIEvent |
getImpl(long peer) |
int |
getKeyCode() |
(package private) static int |
getKeyCodeImpl(long peer) |
int |
getLayerX() |
(package private) static int |
getLayerXImpl(long peer) |
int |
getLayerY() |
(package private) static int |
getLayerYImpl(long peer) |
int |
getPageX() |
(package private) static int |
getPageXImpl(long peer) |
int |
getPageY() |
(package private) static int |
getPageYImpl(long peer) |
org.w3c.dom.views.AbstractView |
getView() |
(package private) static long |
getViewImpl(long peer) |
int |
getWhich() |
(package private) static int |
getWhichImpl(long peer) |
void |
initUIEvent(java.lang.String type,
boolean canBubble,
boolean cancelable,
org.w3c.dom.views.AbstractView view,
int detail) |
(package private) static void |
initUIEventImpl(long peer,
java.lang.String type,
boolean canBubble,
boolean cancelable,
long view,
int detail) |
create, equals, getBubbles, getBubblesImpl, getCancelable, getCancelableImpl, getCancelBubble, getCancelBubbleImpl, getCurrentTarget, getCurrentTargetImpl, getDefaultPrevented, getDefaultPreventedImpl, getEventPhase, getEventPhaseImpl, getIsTrusted, getIsTrustedImpl, getPeer, getPeer, getReturnValue, getReturnValueImpl, getSrcElement, getSrcElementImpl, getTarget, getTargetImpl, getTimeStamp, getTimeStampImpl, getType, getTypeImpl, hashCode, initEvent, initEventImpl, preventDefault, preventDefaultImpl, setCancelBubble, setCancelBubbleImpl, setReturnValue, setReturnValueImpl, stopImmediatePropagation, stopImmediatePropagationImpl, stopPropagation, stopPropagationImplstatic org.w3c.dom.events.UIEvent getImpl(long peer)
public org.w3c.dom.views.AbstractView getView()
getView in interface org.w3c.dom.events.UIEventstatic long getViewImpl(long peer)
public int getDetail()
getDetail in interface org.w3c.dom.events.UIEventstatic int getDetailImpl(long peer)
public int getKeyCode()
static int getKeyCodeImpl(long peer)
public int getCharCode()
static int getCharCodeImpl(long peer)
public int getLayerX()
static int getLayerXImpl(long peer)
public int getLayerY()
static int getLayerYImpl(long peer)
public int getPageX()
static int getPageXImpl(long peer)
public int getPageY()
static int getPageYImpl(long peer)
public int getWhich()
static int getWhichImpl(long peer)
public void initUIEvent(java.lang.String type,
boolean canBubble,
boolean cancelable,
org.w3c.dom.views.AbstractView view,
int detail)
initUIEvent in interface org.w3c.dom.events.UIEventstatic void initUIEventImpl(long peer,
java.lang.String type,
boolean canBubble,
boolean cancelable,
long view,
int detail)