public interface WheelEvent extends UIEvent
AT_TARGET, BEFORECOPY, BEFORECUT, BEFOREPASTE, BLUR, BUBBLING_PHASE, CAPTURING_PHASE, CHANGE, CLICK, CONTEXTMENU, COPY, CUT, DBLCLICK, DRAG, DRAGEND, DRAGENTER, DRAGLEAVE, DRAGOVER, DRAGSTART, DROP, ERROR, FOCUS, FOCUSIN, FOCUSOUT, INPUT, INVALID, KEYDOWN, KEYPRESS, KEYUP, MOUSEDOWN, MOUSEMOVE, MOUSEOUT, MOUSEOVER, MOUSEUP, MOUSEWHEEL, NONE, PASTE, RESIZE, SCROLL, SELECTSTART, SUBMIT, TOUCHCANCEL, TOUCHEND, TOUCHMOVE, TOUCHSTART, WEBKITANIMATIONEND, WEBKITANIMATIONITERATION, WEBKITANIMATIONSTART, WEBKITTRANSITIONEND
Modifier and Type | Method and Description |
---|---|
int |
getClientX() |
int |
getClientY() |
int |
getOffsetX() |
int |
getOffsetY() |
int |
getScreenX() |
int |
getScreenY() |
int |
getWheelDelta() |
int |
getWheelDeltaX() |
int |
getWheelDeltaY() |
int |
getX() |
int |
getY() |
void |
initWebKitWheelEvent(int wheelDeltaX,
int wheelDeltaY,
Window view,
int screenX,
int screenY,
int clientX,
int clientY,
boolean ctrlKey,
boolean altKey,
boolean shiftKey,
boolean metaKey) |
boolean |
isAltKey() |
boolean |
isCtrlKey() |
boolean |
isMetaKey() |
boolean |
isShiftKey() |
boolean |
isWebkitDirectionInvertedFromDevice() |
getCharCode, getDetail, getKeyCode, getLayerX, getLayerY, getPageX, getPageY, getView, getWhich, initUIEvent
getClipboardData, getCurrentTarget, getEventPhase, getSrcElement, getTarget, getTimeStamp, getType, initEvent, isBubbles, isCancelable, isCancelBubble, isDefaultPrevented, isReturnValue, preventDefault, setCancelBubble, setReturnValue, stopImmediatePropagation, stopPropagation
boolean isAltKey()
int getClientX()
int getClientY()
boolean isCtrlKey()
boolean isMetaKey()
int getOffsetX()
int getOffsetY()
int getScreenX()
int getScreenY()
boolean isShiftKey()
boolean isWebkitDirectionInvertedFromDevice()
int getWheelDelta()
int getWheelDeltaX()
int getWheelDeltaY()
int getX()
int getY()
void initWebKitWheelEvent(int wheelDeltaX, int wheelDeltaY, Window view, int screenX, int screenY, int clientX, int clientY, boolean ctrlKey, boolean altKey, boolean shiftKey, boolean metaKey)
Copyright © 2018. All rights reserved.