public class UIEventImpl extends EventImpl implements UIEvent
AT_TARGET, BLUR, BUBBLING_PHASE, CAPTURING_PHASE, CHANGE, CLICK, DBLCLICK, DRAGDROP, FOCUS, KEYDOWN, KEYPRESS, KEYUP, MOUSEDOWN, MOUSEDRAG, MOUSEMOVE, MOUSEOUT, MOUSEOVER, MOUSEUP, NONE, SELECT
AT_TARGET, BUBBLING_PHASE, CAPTURING_PHASE
Modifier and Type | Method and Description |
---|---|
int |
getCharCode() |
int |
getDetail() |
int |
getKeyCode() |
int |
getLayerX() |
int |
getLayerY() |
int |
getPageX() |
int |
getPageY() |
AbstractView |
getView() |
int |
getWhich() |
void |
initUIEvent(String type,
boolean canBubble,
boolean cancelable,
AbstractView view,
int detail) |
equals, getBubbles, getCancelable, getCancelBubble, getCurrentTarget, getDefaultPrevented, getEventPhase, getIsTrusted, getReturnValue, getSrcElement, getTarget, getTimeStamp, getType, hashCode, initEvent, preventDefault, setCancelBubble, setReturnValue, stopImmediatePropagation, stopPropagation
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getBubbles, getCancelable, getCurrentTarget, getEventPhase, getTarget, getTimeStamp, getType, initEvent, preventDefault, stopPropagation
public AbstractView getView()
public int getKeyCode()
public int getCharCode()
public int getLayerX()
public int getLayerY()
public int getPageX()
public int getPageY()
public int getWhich()
public void initUIEvent(String type, boolean canBubble, boolean cancelable, AbstractView view, int detail)
initUIEvent
in interface UIEvent
Copyright © 2020. All rights reserved.