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, SELECTAT_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, stopPropagationclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetBubbles, getCancelable, getCurrentTarget, getEventPhase, getTarget, getTimeStamp, getType, initEvent, preventDefault, stopPropagationpublic 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 UIEventCopyright © 2025. All rights reserved.