public class KeyboardEventImpl extends UIEventImpl
Modifier and Type | Field and Description |
---|---|
static int |
KEY_LOCATION_LEFT |
static int |
KEY_LOCATION_NUMPAD |
static int |
KEY_LOCATION_RIGHT |
static int |
KEY_LOCATION_STANDARD |
Constructor and Description |
---|
KeyboardEventImpl(long peer) |
Modifier and Type | Method and Description |
---|---|
boolean |
getAltGraphKey() |
(package private) static boolean |
getAltGraphKeyImpl(long peer) |
boolean |
getAltKey() |
(package private) static boolean |
getAltKeyImpl(long peer) |
int |
getCharCode() |
(package private) static int |
getCharCodeImpl(long peer) |
boolean |
getCtrlKey() |
(package private) static boolean |
getCtrlKeyImpl(long peer) |
(package private) static KeyboardEventImpl |
getImpl(long peer) |
int |
getKeyCode() |
(package private) static int |
getKeyCodeImpl(long peer) |
java.lang.String |
getKeyIdentifier() |
(package private) static java.lang.String |
getKeyIdentifierImpl(long peer) |
int |
getKeyLocation() |
(package private) static int |
getKeyLocationImpl(long peer) |
int |
getLocation() |
(package private) static int |
getLocationImpl(long peer) |
boolean |
getMetaKey() |
(package private) static boolean |
getMetaKeyImpl(long peer) |
boolean |
getModifierState(java.lang.String keyIdentifierArg) |
(package private) static boolean |
getModifierStateImpl(long peer,
java.lang.String keyIdentifierArg) |
boolean |
getShiftKey() |
(package private) static boolean |
getShiftKeyImpl(long peer) |
void |
initKeyboardEvent(java.lang.String type,
boolean canBubble,
boolean cancelable,
org.w3c.dom.views.AbstractView view,
java.lang.String keyIdentifier,
int location,
boolean ctrlKey,
boolean altKey,
boolean shiftKey,
boolean metaKey,
boolean altGraphKey) |
void |
initKeyboardEventEx(java.lang.String type,
boolean canBubble,
boolean cancelable,
org.w3c.dom.views.AbstractView view,
java.lang.String keyIdentifier,
int location,
boolean ctrlKey,
boolean altKey,
boolean shiftKey,
boolean metaKey) |
(package private) static void |
initKeyboardEventExImpl(long peer,
java.lang.String type,
boolean canBubble,
boolean cancelable,
long view,
java.lang.String keyIdentifier,
int location,
boolean ctrlKey,
boolean altKey,
boolean shiftKey,
boolean metaKey) |
(package private) static void |
initKeyboardEventImpl(long peer,
java.lang.String type,
boolean canBubble,
boolean cancelable,
long view,
java.lang.String keyIdentifier,
int location,
boolean ctrlKey,
boolean altKey,
boolean shiftKey,
boolean metaKey,
boolean altGraphKey) |
getDetail, getDetailImpl, getLayerX, getLayerXImpl, getLayerY, getLayerYImpl, getPageX, getPageXImpl, getPageY, getPageYImpl, getView, getViewImpl, getWhich, getWhichImpl, initUIEvent, initUIEventImpl
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, stopPropagationImpl
public static final int KEY_LOCATION_STANDARD
public static final int KEY_LOCATION_LEFT
public static final int KEY_LOCATION_RIGHT
public static final int KEY_LOCATION_NUMPAD
static KeyboardEventImpl getImpl(long peer)
public java.lang.String getKeyIdentifier()
static java.lang.String getKeyIdentifierImpl(long peer)
public int getLocation()
static int getLocationImpl(long peer)
public int getKeyLocation()
static int getKeyLocationImpl(long peer)
public boolean getCtrlKey()
static boolean getCtrlKeyImpl(long peer)
public boolean getShiftKey()
static boolean getShiftKeyImpl(long peer)
public boolean getAltKey()
static boolean getAltKeyImpl(long peer)
public boolean getMetaKey()
static boolean getMetaKeyImpl(long peer)
public boolean getAltGraphKey()
static boolean getAltGraphKeyImpl(long peer)
public int getKeyCode()
getKeyCode
in class UIEventImpl
static int getKeyCodeImpl(long peer)
public int getCharCode()
getCharCode
in class UIEventImpl
static int getCharCodeImpl(long peer)
public boolean getModifierState(java.lang.String keyIdentifierArg)
static boolean getModifierStateImpl(long peer, java.lang.String keyIdentifierArg)
public void initKeyboardEvent(java.lang.String type, boolean canBubble, boolean cancelable, org.w3c.dom.views.AbstractView view, java.lang.String keyIdentifier, int location, boolean ctrlKey, boolean altKey, boolean shiftKey, boolean metaKey, boolean altGraphKey)
static void initKeyboardEventImpl(long peer, java.lang.String type, boolean canBubble, boolean cancelable, long view, java.lang.String keyIdentifier, int location, boolean ctrlKey, boolean altKey, boolean shiftKey, boolean metaKey, boolean altGraphKey)
public void initKeyboardEventEx(java.lang.String type, boolean canBubble, boolean cancelable, org.w3c.dom.views.AbstractView view, java.lang.String keyIdentifier, int location, boolean ctrlKey, boolean altKey, boolean shiftKey, boolean metaKey)
static void initKeyboardEventExImpl(long peer, java.lang.String type, boolean canBubble, boolean cancelable, long view, java.lang.String keyIdentifier, int location, boolean ctrlKey, boolean altKey, boolean shiftKey, boolean metaKey)