Constants' Details |
CONTEXTMENU
const short CONTEXTMENU = 1;
- Description
- specifies a requests for a context menu.
|
|
STARTDRAG
const short STARTDRAG = 2;
- Description
- specifies the beginning of a drag operation.
|
|
WHEEL
const short WHEEL = 3;
- Description
- specifies a mouse wheel operation.
|
|
STARTAUTOSCROLL
const short STARTAUTOSCROLL = 4;
- Description
- specifies the begining of an auto scroll operation.
|
|
AUTOSCROLL
const short AUTOSCROLL = 5;
- Description
- specifies an auto scroll operation.
|
|
VOICE
const short VOICE = 6;
- Description
- specifies a request for a voice operation.
|
|
STARTEXTTEXTINPUT
const short STARTEXTTEXTINPUT = 7;
- Description
- specifies the beginning of an extended text input operation.
|
|
EXTTEXTINPUT
const short EXTTEXTINPUT = 8;
- Description
- specifies an extended text input operation.
|
|
ENDEXTTEXTINPUT
const short ENDEXTTEXTINPUT = 9;
- Description
- specifies the end of an extended text input operation.
|
|
INPUTCONTEXTCHANGE
const short INPUTCONTEXTCHANGE = 10;
- Description
- specifies that the input context has been changed.
|
|
CURSORPOS
const short CURSORPOS = 11;
- Description
- specifies the cursor position.
|
|
PASTESELECTION
const short PASTESELECTION = 12;
- Description
- specifies a paste selection command.
|
|
MODKEYCHANGE
const short MODKEYCHANGE = 13;
- Description
- specifies that the state of a key modifier has changed.
|
|
HANGUL_HANJA_CONVERSION
const short HANGUL_HANJA_CONVERSION = 14;
- Description
- specifies a hangual hanja conversion command.
|
|
USER
const short USER = 4096;
- Description
- specifies a user-defined command.
|
|
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.