Java Doc for KeyEvent.java in  » XML-UI » swixml » org » swixml » converters » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » XML UI » swixml » org.swixml.converters 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.swixml.converters.KeyEvent

All known Subclasses:   org.swixml.converters.PrimitiveConverter,
KeyEvent
public interface KeyEvent (Code)
The KeyEvent Interface makes the KeyEvents available to the converter objects
author:
   Wolf Paulus
version:
   $Revision: 1.2 $


Field Summary
 charCHAR_UNDEFINED
     KEY_PRESSED and KEY_RELEASED events which do not map to a valid Unicode character use this for the keyChar value.
 intKEY_FIRST
     The first number in the range of ids used for key events.
 intKEY_LAST
     The last number in the range of ids used for key events.
 intKEY_LOCATION_LEFT
     A constant indicating that the key pressed or released is in the left key location (there is more than one possible location for this key).
 intKEY_LOCATION_NUMPAD
     A constant indicating that the key event originated on the numeric keypad or with a virtual key corresponding to the numeric keypad.
 intKEY_LOCATION_RIGHT
     A constant indicating that the key pressed or released is in the right key location (there is more than one possible location for this key).
 intKEY_LOCATION_STANDARD
     A constant indicating that the key pressed or released is not distinguished as the left or right version of a key, and did not originate on the numeric keypad (or did not originate with a virtual key corresponding to the numeric keypad).
 intKEY_LOCATION_UNKNOWN
     A constant indicating that the keyLocation is indeterminate or not relevant.
 intKEY_PRESSED
     The "key pressed" event.
 intKEY_RELEASED
     The "key released" event.
 intKEY_TYPED
     The "key typed" event.
 intVK_0
    
 intVK_1
    
 intVK_2
    
 intVK_3
    
 intVK_4
    
 intVK_5
    
 intVK_6
    
 intVK_7
    
 intVK_8
    
 intVK_9
    
 intVK_A
    
 intVK_ACCEPT
    
 intVK_ADD
    
 intVK_AGAIN
    
 intVK_ALL_CANDIDATES
    
 intVK_ALPHANUMERIC
    
 intVK_ALT
    
 intVK_ALT_GRAPH
     Constant for the AltGraph function key.
 intVK_AMPERSAND
    
 intVK_ASTERISK
    
 intVK_AT
     Constant for the "@" key.
 intVK_B
    
 intVK_BACK_QUOTE
    
 intVK_BACK_SLASH
    
 intVK_BACK_SPACE
    
 intVK_BRACELEFT
    
 intVK_BRACERIGHT
    
 intVK_C
    
 intVK_CANCEL
    
 intVK_CAPS_LOCK
    
 intVK_CIRCUMFLEX
     Constant for the "^" key.
 intVK_CLEAR
    
 intVK_CLOSE_BRACKET
    
 intVK_CODE_INPUT
    
 intVK_COLON
     Constant for the ":" key.
 intVK_COMMA
    
 intVK_COMPOSE
     Constant for the Compose function key.
 intVK_CONTROL
    
 intVK_CONVERT
    
 intVK_COPY
    
 intVK_CUT
    
 intVK_D
    
 intVK_DEAD_ABOVEDOT
    
 intVK_DEAD_ABOVERING
    
 intVK_DEAD_ACUTE
    
 intVK_DEAD_BREVE
    
 intVK_DEAD_CARON
    
 intVK_DEAD_CEDILLA
    
 intVK_DEAD_CIRCUMFLEX
    
 intVK_DEAD_DIAERESIS
    
 intVK_DEAD_DOUBLEACUTE
    
 intVK_DEAD_GRAVE
    
 intVK_DEAD_IOTA
    
 intVK_DEAD_MACRON
    
 intVK_DEAD_OGONEK
    
 intVK_DEAD_SEMIVOICED_SOUND
    
 intVK_DEAD_TILDE
    
 intVK_DEAD_VOICED_SOUND
    
 intVK_DECIMAL
    
 intVK_DELETE
    
 intVK_DIVIDE
    
 intVK_DOLLAR
     Constant for the "$" key.
 intVK_DOWN
     Constant for the non-numpad down arrow key.
 intVK_E
    
 intVK_END
    
 intVK_ENTER
    
 intVK_EQUALS
    
 intVK_ESCAPE
    
 intVK_EURO_SIGN
     Constant for the Euro currency sign key.
 intVK_EXCLAMATION_MARK
     Constant for the "!" key.
 intVK_F
    
 intVK_F1
     Constant for the F1 function key.
 intVK_F10
     Constant for the F10 function key.
 intVK_F11
     Constant for the F11 function key.
 intVK_F12
     Constant for the F12 function key.
 intVK_F13
    
 intVK_F14
     Constant for the F14 function key.
 intVK_F15
     Constant for the F15 function key.
 intVK_F16
     Constant for the F16 function key.
 intVK_F17
     Constant for the F17 function key.
 intVK_F18
     Constant for the F18 function key.
 intVK_F19
     Constant for the F19 function key.
 intVK_F2
     Constant for the F2 function key.
 intVK_F20
     Constant for the F20 function key.
 intVK_F21
     Constant for the F21 function key.
 intVK_F22
     Constant for the F22 function key.
 intVK_F23
     Constant for the F23 function key.
 intVK_F24
     Constant for the F24 function key.
 intVK_F3
     Constant for the F3 function key.
 intVK_F4
     Constant for the F4 function key.
 intVK_F5
     Constant for the F5 function key.
 intVK_F6
     Constant for the F6 function key.
 intVK_F7
     Constant for the F7 function key.
 intVK_F8
     Constant for the F8 function key.
 intVK_F9
     Constant for the F9 function key.
 intVK_FINAL
    
 intVK_FIND
    
 intVK_FULL_WIDTH
    
 intVK_G
    
 intVK_GREATER
    
 intVK_H
    
 intVK_HALF_WIDTH
    
 intVK_HELP
    
 intVK_HIRAGANA
    
 intVK_HOME
    
 intVK_I
    
 intVK_INPUT_METHOD_ON_OFF
    
 intVK_INSERT
    
 intVK_INVERTED_EXCLAMATION_MARK
     Constant for the inverted exclamation mark key.
 intVK_J
    
 intVK_JAPANESE_HIRAGANA
    
 intVK_JAPANESE_KATAKANA
    
 intVK_JAPANESE_ROMAN
    
 intVK_K
    
 intVK_KANA
    
 intVK_KANA_LOCK
    
 intVK_KANJI
    
 intVK_KATAKANA
    
 intVK_KP_DOWN
     Constant for the numeric keypad down arrow key.
 intVK_KP_LEFT
     Constant for the numeric keypad left arrow key.
 intVK_KP_RIGHT
     Constant for the numeric keypad right arrow key.
 intVK_KP_UP
     Constant for the numeric keypad up arrow key.
 intVK_L
    
 intVK_LEFT
     Constant for the non-numpad left arrow key.
 intVK_LEFT_PARENTHESIS
     Constant for the "(" key.
 intVK_LESS
    
 intVK_M
    
 intVK_META
    
 intVK_MINUS
     Constant for the "-" key.
 intVK_MODECHANGE
    
 intVK_MULTIPLY
    
 intVK_N
    
 intVK_NONCONVERT
    
 intVK_NUMBER_SIGN
     Constant for the "#" key.
 intVK_NUMPAD0
    
 intVK_NUMPAD1
    
 intVK_NUMPAD2
    
 intVK_NUMPAD3
    
 intVK_NUMPAD4
    
 intVK_NUMPAD5
    
 intVK_NUMPAD6
    
 intVK_NUMPAD7
    
 intVK_NUMPAD8
    
 intVK_NUMPAD9
    
 intVK_NUM_LOCK
    
 intVK_O
    
 intVK_OPEN_BRACKET
    
 intVK_P
    
 intVK_PAGE_DOWN
    
 intVK_PAGE_UP
    
 intVK_PASTE
    
 intVK_PAUSE
    
 intVK_PERIOD
    
 intVK_PLUS
     Constant for the "+" key.
 intVK_PREVIOUS_CANDIDATE
    
 intVK_PRINTSCREEN
    
 intVK_PROPS
    
 intVK_Q
    
 intVK_QUOTE
    
 intVK_QUOTEDBL
    
 intVK_R
    
 intVK_RIGHT
     Constant for the non-numpad right arrow key.
 intVK_RIGHT_PARENTHESIS
     Constant for the ")" key.
 intVK_ROMAN_CHARACTERS
    
 intVK_S
    
 intVK_SCROLL_LOCK
    
 intVK_SEMICOLON
    
 intVK_SEPARATER
     This constant is obsolete, and is included only for backwards compatibility.
 intVK_SEPARATOR
     Constant for the Numpad Separator key.
 intVK_SHIFT
    
 intVK_SLASH
    
 intVK_SPACE
    
 intVK_STOP
    
 intVK_SUBTRACT
    
 intVK_T
    
 intVK_TAB
    
 intVK_U
    
 intVK_UNDEFINED
     This value is used to indicate that the keyCode is unknown.
 intVK_UNDERSCORE
     Constant for the "_" key.
 intVK_UNDO
    
 intVK_UP
     Constant for the non-numpad up arrow key.
 intVK_V
    
 intVK_W
    
 intVK_X
    
 intVK_Y
    
 intVK_Z
    



Field Detail
CHAR_UNDEFINED
char CHAR_UNDEFINED(Code)
KEY_PRESSED and KEY_RELEASED events which do not map to a valid Unicode character use this for the keyChar value.



KEY_FIRST
int KEY_FIRST(Code)
The first number in the range of ids used for key events.



KEY_LAST
int KEY_LAST(Code)
The last number in the range of ids used for key events.



KEY_LOCATION_LEFT
int KEY_LOCATION_LEFT(Code)
A constant indicating that the key pressed or released is in the left key location (there is more than one possible location for this key). Example: the left shift key.
since:
   1.4



KEY_LOCATION_NUMPAD
int KEY_LOCATION_NUMPAD(Code)
A constant indicating that the key event originated on the numeric keypad or with a virtual key corresponding to the numeric keypad.
since:
   1.4



KEY_LOCATION_RIGHT
int KEY_LOCATION_RIGHT(Code)
A constant indicating that the key pressed or released is in the right key location (there is more than one possible location for this key). Example: the right shift key.
since:
   1.4



KEY_LOCATION_STANDARD
int KEY_LOCATION_STANDARD(Code)
A constant indicating that the key pressed or released is not distinguished as the left or right version of a key, and did not originate on the numeric keypad (or did not originate with a virtual key corresponding to the numeric keypad).
since:
   1.4



KEY_LOCATION_UNKNOWN
int KEY_LOCATION_UNKNOWN(Code)
A constant indicating that the keyLocation is indeterminate or not relevant. KEY_TYPED events do not have a keyLocation; this value is used instead.
since:
   1.4



KEY_PRESSED
int KEY_PRESSED(Code)
The "key pressed" event. This event is generated when a key is pushed down.



KEY_RELEASED
int KEY_RELEASED(Code)
The "key released" event. This event is generated when a key is let up.



KEY_TYPED
int KEY_TYPED(Code)
The "key typed" event. This event is generated when a character is entered. In the simplest case, it is produced by a single key press. Often, however, characters are produced by series of key presses, and the mapping from key pressed events to key typed events may be many-to-one or many-to-many.



VK_0
int VK_0(Code)
VK_0 thru VK_9 are the same as ASCII '0' thru '9' (0x30 - 0x39)



VK_1
int VK_1(Code)



VK_2
int VK_2(Code)



VK_3
int VK_3(Code)



VK_4
int VK_4(Code)



VK_5
int VK_5(Code)



VK_6
int VK_6(Code)



VK_7
int VK_7(Code)



VK_8
int VK_8(Code)



VK_9
int VK_9(Code)



VK_A
int VK_A(Code)
VK_A thru VK_Z are the same as ASCII 'A' thru 'Z' (0x41 - 0x5A)



VK_ACCEPT
int VK_ACCEPT(Code)



VK_ADD
int VK_ADD(Code)



VK_AGAIN
int VK_AGAIN(Code)

since:
   1.2



VK_ALL_CANDIDATES
int VK_ALL_CANDIDATES(Code)



VK_ALPHANUMERIC
int VK_ALPHANUMERIC(Code)



VK_ALT
int VK_ALT(Code)



VK_ALT_GRAPH
int VK_ALT_GRAPH(Code)
Constant for the AltGraph function key.
since:
   1.2



VK_AMPERSAND
int VK_AMPERSAND(Code)

since:
   1.2



VK_ASTERISK
int VK_ASTERISK(Code)

since:
   1.2



VK_AT
int VK_AT(Code)
Constant for the "@" key.
since:
   1.2



VK_B
int VK_B(Code)



VK_BACK_QUOTE
int VK_BACK_QUOTE(Code)



VK_BACK_SLASH
int VK_BACK_SLASH(Code)



VK_BACK_SPACE
int VK_BACK_SPACE(Code)



VK_BRACELEFT
int VK_BRACELEFT(Code)

since:
   1.2



VK_BRACERIGHT
int VK_BRACERIGHT(Code)

since:
   1.2



VK_C
int VK_C(Code)



VK_CANCEL
int VK_CANCEL(Code)



VK_CAPS_LOCK
int VK_CAPS_LOCK(Code)



VK_CIRCUMFLEX
int VK_CIRCUMFLEX(Code)
Constant for the "^" key.
since:
   1.2



VK_CLEAR
int VK_CLEAR(Code)



VK_CLOSE_BRACKET
int VK_CLOSE_BRACKET(Code)



VK_CODE_INPUT
int VK_CODE_INPUT(Code)



VK_COLON
int VK_COLON(Code)
Constant for the ":" key.
since:
   1.2



VK_COMMA
int VK_COMMA(Code)



VK_COMPOSE
int VK_COMPOSE(Code)
Constant for the Compose function key.
since:
   1.2



VK_CONTROL
int VK_CONTROL(Code)



VK_CONVERT
int VK_CONVERT(Code)



VK_COPY
int VK_COPY(Code)

since:
   1.2



VK_CUT
int VK_CUT(Code)

since:
   1.2



VK_D
int VK_D(Code)



VK_DEAD_ABOVEDOT
int VK_DEAD_ABOVEDOT(Code)

since:
   1.2



VK_DEAD_ABOVERING
int VK_DEAD_ABOVERING(Code)

since:
   1.2



VK_DEAD_ACUTE
int VK_DEAD_ACUTE(Code)

since:
   1.2



VK_DEAD_BREVE
int VK_DEAD_BREVE(Code)

since:
   1.2



VK_DEAD_CARON
int VK_DEAD_CARON(Code)

since:
   1.2



VK_DEAD_CEDILLA
int VK_DEAD_CEDILLA(Code)

since:
   1.2



VK_DEAD_CIRCUMFLEX
int VK_DEAD_CIRCUMFLEX(Code)

since:
   1.2



VK_DEAD_DIAERESIS
int VK_DEAD_DIAERESIS(Code)

since:
   1.2



VK_DEAD_DOUBLEACUTE
int VK_DEAD_DOUBLEACUTE(Code)

since:
   1.2



VK_DEAD_GRAVE
int VK_DEAD_GRAVE(Code)

since:
   1.2



VK_DEAD_IOTA
int VK_DEAD_IOTA(Code)

since:
   1.2



VK_DEAD_MACRON
int VK_DEAD_MACRON(Code)

since:
   1.2



VK_DEAD_OGONEK
int VK_DEAD_OGONEK(Code)

since:
   1.2



VK_DEAD_SEMIVOICED_SOUND
int VK_DEAD_SEMIVOICED_SOUND(Code)

since:
   1.2



VK_DEAD_TILDE
int VK_DEAD_TILDE(Code)

since:
   1.2



VK_DEAD_VOICED_SOUND
int VK_DEAD_VOICED_SOUND(Code)

since:
   1.2



VK_DECIMAL
int VK_DECIMAL(Code)



VK_DELETE
int VK_DELETE(Code)



VK_DIVIDE
int VK_DIVIDE(Code)



VK_DOLLAR
int VK_DOLLAR(Code)
Constant for the "$" key.
since:
   1.2



VK_DOWN
int VK_DOWN(Code)
Constant for the non-numpad down arrow key.
See Also:   KeyEvent.VK_KP_DOWN



VK_E
int VK_E(Code)



VK_END
int VK_END(Code)



VK_ENTER
int VK_ENTER(Code)



VK_EQUALS
int VK_EQUALS(Code)



VK_ESCAPE
int VK_ESCAPE(Code)



VK_EURO_SIGN
int VK_EURO_SIGN(Code)
Constant for the Euro currency sign key.
since:
   1.2



VK_EXCLAMATION_MARK
int VK_EXCLAMATION_MARK(Code)
Constant for the "!" key.
since:
   1.2



VK_F
int VK_F(Code)



VK_F1
int VK_F1(Code)
Constant for the F1 function key.



VK_F10
int VK_F10(Code)
Constant for the F10 function key.



VK_F11
int VK_F11(Code)
Constant for the F11 function key.



VK_F12
int VK_F12(Code)
Constant for the F12 function key.



VK_F13
int VK_F13(Code)



VK_F14
int VK_F14(Code)
Constant for the F14 function key.
since:
   1.2



VK_F15
int VK_F15(Code)
Constant for the F15 function key.
since:
   1.2



VK_F16
int VK_F16(Code)
Constant for the F16 function key.
since:
   1.2



VK_F17
int VK_F17(Code)
Constant for the F17 function key.
since:
   1.2



VK_F18
int VK_F18(Code)
Constant for the F18 function key.
since:
   1.2



VK_F19
int VK_F19(Code)
Constant for the F19 function key.
since:
   1.2



VK_F2
int VK_F2(Code)
Constant for the F2 function key.



VK_F20
int VK_F20(Code)
Constant for the F20 function key.
since:
   1.2



VK_F21
int VK_F21(Code)
Constant for the F21 function key.
since:
   1.2



VK_F22
int VK_F22(Code)
Constant for the F22 function key.
since:
   1.2



VK_F23
int VK_F23(Code)
Constant for the F23 function key.
since:
   1.2



VK_F24
int VK_F24(Code)
Constant for the F24 function key.
since:
   1.2



VK_F3
int VK_F3(Code)
Constant for the F3 function key.



VK_F4
int VK_F4(Code)
Constant for the F4 function key.



VK_F5
int VK_F5(Code)
Constant for the F5 function key.



VK_F6
int VK_F6(Code)
Constant for the F6 function key.



VK_F7
int VK_F7(Code)
Constant for the F7 function key.



VK_F8
int VK_F8(Code)
Constant for the F8 function key.



VK_F9
int VK_F9(Code)
Constant for the F9 function key.



VK_FINAL
int VK_FINAL(Code)



VK_FIND
int VK_FIND(Code)

since:
   1.2



VK_FULL_WIDTH
int VK_FULL_WIDTH(Code)



VK_G
int VK_G(Code)



VK_GREATER
int VK_GREATER(Code)

since:
   1.2



VK_H
int VK_H(Code)



VK_HALF_WIDTH
int VK_HALF_WIDTH(Code)



VK_HELP
int VK_HELP(Code)



VK_HIRAGANA
int VK_HIRAGANA(Code)



VK_HOME
int VK_HOME(Code)



VK_I
int VK_I(Code)



VK_INPUT_METHOD_ON_OFF
int VK_INPUT_METHOD_ON_OFF(Code)



VK_INSERT
int VK_INSERT(Code)



VK_INVERTED_EXCLAMATION_MARK
int VK_INVERTED_EXCLAMATION_MARK(Code)
Constant for the inverted exclamation mark key.
since:
   1.2



VK_J
int VK_J(Code)



VK_JAPANESE_HIRAGANA
int VK_JAPANESE_HIRAGANA(Code)



VK_JAPANESE_KATAKANA
int VK_JAPANESE_KATAKANA(Code)



VK_JAPANESE_ROMAN
int VK_JAPANESE_ROMAN(Code)



VK_K
int VK_K(Code)



VK_KANA
int VK_KANA(Code)



VK_KANA_LOCK
int VK_KANA_LOCK(Code)



VK_KANJI
int VK_KANJI(Code)



VK_KATAKANA
int VK_KATAKANA(Code)



VK_KP_DOWN
int VK_KP_DOWN(Code)
Constant for the numeric keypad down arrow key.
See Also:   KeyEvent.VK_DOWN
since:
   1.2



VK_KP_LEFT
int VK_KP_LEFT(Code)
Constant for the numeric keypad left arrow key.
See Also:   KeyEvent.VK_LEFT
since:
   1.2



VK_KP_RIGHT
int VK_KP_RIGHT(Code)
Constant for the numeric keypad right arrow key.
See Also:   KeyEvent.VK_RIGHT
since:
   1.2



VK_KP_UP
int VK_KP_UP(Code)
Constant for the numeric keypad up arrow key.
See Also:   KeyEvent.VK_UP
since:
   1.2



VK_L
int VK_L(Code)



VK_LEFT
int VK_LEFT(Code)
Constant for the non-numpad left arrow key.
See Also:   KeyEvent.VK_KP_LEFT



VK_LEFT_PARENTHESIS
int VK_LEFT_PARENTHESIS(Code)
Constant for the "(" key.
since:
   1.2



VK_LESS
int VK_LESS(Code)

since:
   1.2



VK_M
int VK_M(Code)



VK_META
int VK_META(Code)



VK_MINUS
int VK_MINUS(Code)
Constant for the "-" key.
since:
   1.2



VK_MODECHANGE
int VK_MODECHANGE(Code)



VK_MULTIPLY
int VK_MULTIPLY(Code)



VK_N
int VK_N(Code)



VK_NONCONVERT
int VK_NONCONVERT(Code)



VK_NUMBER_SIGN
int VK_NUMBER_SIGN(Code)
Constant for the "#" key.
since:
   1.2



VK_NUMPAD0
int VK_NUMPAD0(Code)



VK_NUMPAD1
int VK_NUMPAD1(Code)



VK_NUMPAD2
int VK_NUMPAD2(Code)



VK_NUMPAD3
int VK_NUMPAD3(Code)



VK_NUMPAD4
int VK_NUMPAD4(Code)



VK_NUMPAD5
int VK_NUMPAD5(Code)



VK_NUMPAD6
int VK_NUMPAD6(Code)



VK_NUMPAD7
int VK_NUMPAD7(Code)



VK_NUMPAD8
int VK_NUMPAD8(Code)



VK_NUMPAD9
int VK_NUMPAD9(Code)



VK_NUM_LOCK
int VK_NUM_LOCK(Code)



VK_O
int VK_O(Code)



VK_OPEN_BRACKET
int VK_OPEN_BRACKET(Code)



VK_P
int VK_P(Code)



VK_PAGE_DOWN
int VK_PAGE_DOWN(Code)



VK_PAGE_UP
int VK_PAGE_UP(Code)



VK_PASTE
int VK_PASTE(Code)

since:
   1.2



VK_PAUSE
int VK_PAUSE(Code)



VK_PERIOD
int VK_PERIOD(Code)



VK_PLUS
int VK_PLUS(Code)
Constant for the "+" key.
since:
   1.2



VK_PREVIOUS_CANDIDATE
int VK_PREVIOUS_CANDIDATE(Code)



VK_PRINTSCREEN
int VK_PRINTSCREEN(Code)



VK_PROPS
int VK_PROPS(Code)

since:
   1.2



VK_Q
int VK_Q(Code)



VK_QUOTE
int VK_QUOTE(Code)



VK_QUOTEDBL
int VK_QUOTEDBL(Code)

since:
   1.2



VK_R
int VK_R(Code)



VK_RIGHT
int VK_RIGHT(Code)
Constant for the non-numpad right arrow key.
See Also:   KeyEvent.VK_KP_RIGHT



VK_RIGHT_PARENTHESIS
int VK_RIGHT_PARENTHESIS(Code)
Constant for the ")" key.
since:
   1.2



VK_ROMAN_CHARACTERS
int VK_ROMAN_CHARACTERS(Code)



VK_S
int VK_S(Code)



VK_SCROLL_LOCK
int VK_SCROLL_LOCK(Code)



VK_SEMICOLON
int VK_SEMICOLON(Code)



VK_SEPARATER
int VK_SEPARATER(Code)
This constant is obsolete, and is included only for backwards compatibility.



VK_SEPARATOR
int VK_SEPARATOR(Code)
Constant for the Numpad Separator key.
since:
   1.4



VK_SHIFT
int VK_SHIFT(Code)



VK_SLASH
int VK_SLASH(Code)



VK_SPACE
int VK_SPACE(Code)



VK_STOP
int VK_STOP(Code)

since:
   1.2



VK_SUBTRACT
int VK_SUBTRACT(Code)



VK_T
int VK_T(Code)



VK_TAB
int VK_TAB(Code)



VK_U
int VK_U(Code)



VK_UNDEFINED
int VK_UNDEFINED(Code)
This value is used to indicate that the keyCode is unknown. KEY_TYPED events do not have a keyCode value; this value is used instead.



VK_UNDERSCORE
int VK_UNDERSCORE(Code)
Constant for the "_" key.
since:
   1.2



VK_UNDO
int VK_UNDO(Code)

since:
   1.2



VK_UP
int VK_UP(Code)
Constant for the non-numpad up arrow key.
See Also:   KeyEvent.VK_KP_UP



VK_V
int VK_V(Code)



VK_W
int VK_W(Code)



VK_X
int VK_X(Code)



VK_Y
int VK_Y(Code)



VK_Z
int VK_Z(Code)





www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.