Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: awt ::

constants group Command
Description
these values specify the different command types available.

Constants
CONTEXTMENU specifies a requests for a context menu.  
STARTDRAG specifies the beginning of a drag operation.  
WHEEL specifies a mouse wheel operation.  
STARTAUTOSCROLL specifies the begining of an auto scroll operation.  
AUTOSCROLL specifies an auto scroll operation.  
VOICE specifies a request for a voice operation.  
STARTEXTTEXTINPUT specifies the beginning of an extended text input operation.  
EXTTEXTINPUT specifies an extended text input operation.  
ENDEXTTEXTINPUT specifies the end of an extended text input operation.  
INPUTCONTEXTCHANGE specifies that the input context has been changed.  
CURSORPOS specifies the cursor position.  
PASTESELECTION specifies a paste selection command.  
MODKEYCHANGE specifies that the state of a key modifier has changed.  
HANGUL_HANJA_CONVERSION specifies a hangual hanja conversion command.  
USER specifies a user-defined command.  
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.
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.