Java Doc for SpecialKey.java in  » IDE-Eclipse » ui-workbench » org » eclipse » ui » keys » 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 » IDE Eclipse » ui workbench » org.eclipse.ui.keys 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.eclipse.ui.keys.Key
      org.eclipse.ui.keys.NaturalKey
         org.eclipse.ui.keys.SpecialKey

SpecialKey
final public class SpecialKey extends NaturalKey (Code)

Instances of SpecialKey represent the keys on keyboard recognized as neither modifier keys nor character keys. These are special control keys specific to computers (e.g., "left arrow", "page down", "F10", etc.). They do not include keys representing letters, numbers or punctuation from a natural language, nor do they include any key that can be represented by a Unicode character (e.g., "backspace").

SpecialKey objects are immutable. Clients are not permitted to extend this class.


since:
   3.0


Field Summary
final public static  SpecialKeyARROW_DOWN
     The single static instance of SpecialKey which represents the 'Arrow Down' key.
final public static  SpecialKeyARROW_LEFT
     The single static instance of SpecialKey which represents the 'Arrow Left' key.
final public static  SpecialKeyARROW_RIGHT
     The single static instance of SpecialKey which represents the 'Arrow Right' key.
final public static  SpecialKeyARROW_UP
     The single static instance of SpecialKey which represents the 'Arrow Up' key.
final public static  SpecialKeyBREAK
     The single static instance of SpecialKey which represents the 'Break' key.
final public static  SpecialKeyCAPS_LOCK
     The single static instance of SpecialKey which represents the 'Caps Lock' key.
final public static  SpecialKeyEND
     The single static instance of SpecialKey which represents the 'End' key.
final public static  SpecialKeyF1
     The single static instance of SpecialKey which represents the 'F1' key.
final public static  SpecialKeyF10
     The single static instance of SpecialKey which represents the 'F10' key.
final public static  SpecialKeyF11
     The single static instance of SpecialKey which represents the 'F11' key.
final public static  SpecialKeyF12
     The single static instance of SpecialKey which represents the 'F12' key.
final public static  SpecialKeyF13
     The single static instance of SpecialKey which represents the 'F13' key.
final public static  SpecialKeyF14
     The single static instance of SpecialKey which represents the 'F14' key.
final public static  SpecialKeyF15
     The single static instance of SpecialKey which represents the 'F15' key.
final public static  SpecialKeyF2
     The single static instance of SpecialKey which represents the 'F2' key.
final public static  SpecialKeyF3
     The single static instance of SpecialKey which represents the 'F3' key.
final public static  SpecialKeyF4
     The single static instance of SpecialKey which represents the 'F4' key.
final public static  SpecialKeyF5
     The single static instance of SpecialKey which represents the 'F5' key.
final public static  SpecialKeyF6
     The single static instance of SpecialKey which represents the 'F6' key.
final public static  SpecialKeyF7
     The single static instance of SpecialKey which represents the 'F7' key.
final public static  SpecialKeyF8
     The single static instance of SpecialKey which represents the 'F8' key.
final public static  SpecialKeyF9
     The single static instance of SpecialKey which represents the 'F9' key.
final public static  SpecialKeyHOME
     The single static instance of SpecialKey which represents the 'Home' key.
final public static  SpecialKeyINSERT
     The single static instance of SpecialKey which represents the 'Insert' key.
final public static  SpecialKeyNUMPAD_0
     The single static instance of SpecialKey which represents the '0' key on the numpad.
final public static  SpecialKeyNUMPAD_1
     The single static instance of SpecialKey which represents the '1' key on the numpad.
final public static  SpecialKeyNUMPAD_2
     The single static instance of SpecialKey which represents the '2' key on the numpad.
final public static  SpecialKeyNUMPAD_3
     The single static instance of SpecialKey which represents the '3' key on the numpad.
final public static  SpecialKeyNUMPAD_4
     The single static instance of SpecialKey which represents the '4' key on the numpad.
final public static  SpecialKeyNUMPAD_5
     The single static instance of SpecialKey which represents the '5' key on the numpad.
final public static  SpecialKeyNUMPAD_6
     The single static instance of SpecialKey which represents the '6' key on the numpad.
final public static  SpecialKeyNUMPAD_7
     The single static instance of SpecialKey which represents the '7' key on the numpad.
final public static  SpecialKeyNUMPAD_8
     The single static instance of SpecialKey which represents the '8' key on the numpad.
final public static  SpecialKeyNUMPAD_9
     The single static instance of SpecialKey which represents the '9' key on the numpad.
final public static  SpecialKeyNUMPAD_ADD
     The single static instance of SpecialKey which represents the 'Add' key on the numpad.
final public static  SpecialKeyNUMPAD_DECIMAL
     The single static instance of SpecialKey which represents the 'Decimal' key on the numpad.
final public static  SpecialKeyNUMPAD_DIVIDE
     The single static instance of SpecialKey which represents the 'Divide' key on the numpad.
final public static  SpecialKeyNUMPAD_ENTER
     The single static instance of SpecialKey which represents the 'Enter' key on the numpad.
final public static  SpecialKeyNUMPAD_EQUAL
     The single static instance of SpecialKey which represents the '=' key on the numpad.
final public static  SpecialKeyNUMPAD_MULTIPLY
     The single static instance of SpecialKey which represents the 'Multiply' key on the numpad.
final public static  SpecialKeyNUMPAD_SUBTRACT
     The single static instance of SpecialKey which represents the 'Subtract' key on the numpad.
final public static  SpecialKeyNUM_LOCK
     The single static instance of SpecialKey which represents the 'NumLock' key.
final public static  SpecialKeyPAGE_DOWN
     The single static instance of SpecialKey which represents the 'Page Down' key.
final public static  SpecialKeyPAGE_UP
     The single static instance of SpecialKey which represents the 'Page Up' key.
final public static  SpecialKeyPAUSE
     The single static instance of SpecialKey which represents the 'Pause' key.
final public static  SpecialKeyPRINT_SCREEN
     The single static instance of SpecialKey which represents the 'Print Screen' key.
final public static  SpecialKeySCROLL_LOCK
     The single static instance of SpecialKey which represents the 'Scroll Lock' key.
static  SortedMapspecialKeysByName
     An internal map used to lookup instances of SpecialKey given the formal string representation of a special key.



Field Detail
ARROW_DOWN
final public static SpecialKey ARROW_DOWN(Code)
The single static instance of SpecialKey which represents the 'Arrow Down' key.



ARROW_LEFT
final public static SpecialKey ARROW_LEFT(Code)
The single static instance of SpecialKey which represents the 'Arrow Left' key.



ARROW_RIGHT
final public static SpecialKey ARROW_RIGHT(Code)
The single static instance of SpecialKey which represents the 'Arrow Right' key.



ARROW_UP
final public static SpecialKey ARROW_UP(Code)
The single static instance of SpecialKey which represents the 'Arrow Up' key.



BREAK
final public static SpecialKey BREAK(Code)
The single static instance of SpecialKey which represents the 'Break' key.



CAPS_LOCK
final public static SpecialKey CAPS_LOCK(Code)
The single static instance of SpecialKey which represents the 'Caps Lock' key.



END
final public static SpecialKey END(Code)
The single static instance of SpecialKey which represents the 'End' key.



F1
final public static SpecialKey F1(Code)
The single static instance of SpecialKey which represents the 'F1' key.



F10
final public static SpecialKey F10(Code)
The single static instance of SpecialKey which represents the 'F10' key.



F11
final public static SpecialKey F11(Code)
The single static instance of SpecialKey which represents the 'F11' key.



F12
final public static SpecialKey F12(Code)
The single static instance of SpecialKey which represents the 'F12' key.



F13
final public static SpecialKey F13(Code)
The single static instance of SpecialKey which represents the 'F13' key.



F14
final public static SpecialKey F14(Code)
The single static instance of SpecialKey which represents the 'F14' key.



F15
final public static SpecialKey F15(Code)
The single static instance of SpecialKey which represents the 'F15' key.



F2
final public static SpecialKey F2(Code)
The single static instance of SpecialKey which represents the 'F2' key.



F3
final public static SpecialKey F3(Code)
The single static instance of SpecialKey which represents the 'F3' key.



F4
final public static SpecialKey F4(Code)
The single static instance of SpecialKey which represents the 'F4' key.



F5
final public static SpecialKey F5(Code)
The single static instance of SpecialKey which represents the 'F5' key.



F6
final public static SpecialKey F6(Code)
The single static instance of SpecialKey which represents the 'F6' key.



F7
final public static SpecialKey F7(Code)
The single static instance of SpecialKey which represents the 'F7' key.



F8
final public static SpecialKey F8(Code)
The single static instance of SpecialKey which represents the 'F8' key.



F9
final public static SpecialKey F9(Code)
The single static instance of SpecialKey which represents the 'F9' key.



HOME
final public static SpecialKey HOME(Code)
The single static instance of SpecialKey which represents the 'Home' key.



INSERT
final public static SpecialKey INSERT(Code)
The single static instance of SpecialKey which represents the 'Insert' key.



NUMPAD_0
final public static SpecialKey NUMPAD_0(Code)
The single static instance of SpecialKey which represents the '0' key on the numpad.



NUMPAD_1
final public static SpecialKey NUMPAD_1(Code)
The single static instance of SpecialKey which represents the '1' key on the numpad.



NUMPAD_2
final public static SpecialKey NUMPAD_2(Code)
The single static instance of SpecialKey which represents the '2' key on the numpad.



NUMPAD_3
final public static SpecialKey NUMPAD_3(Code)
The single static instance of SpecialKey which represents the '3' key on the numpad.



NUMPAD_4
final public static SpecialKey NUMPAD_4(Code)
The single static instance of SpecialKey which represents the '4' key on the numpad.



NUMPAD_5
final public static SpecialKey NUMPAD_5(Code)
The single static instance of SpecialKey which represents the '5' key on the numpad.



NUMPAD_6
final public static SpecialKey NUMPAD_6(Code)
The single static instance of SpecialKey which represents the '6' key on the numpad.



NUMPAD_7
final public static SpecialKey NUMPAD_7(Code)
The single static instance of SpecialKey which represents the '7' key on the numpad.



NUMPAD_8
final public static SpecialKey NUMPAD_8(Code)
The single static instance of SpecialKey which represents the '8' key on the numpad.



NUMPAD_9
final public static SpecialKey NUMPAD_9(Code)
The single static instance of SpecialKey which represents the '9' key on the numpad.



NUMPAD_ADD
final public static SpecialKey NUMPAD_ADD(Code)
The single static instance of SpecialKey which represents the 'Add' key on the numpad.



NUMPAD_DECIMAL
final public static SpecialKey NUMPAD_DECIMAL(Code)
The single static instance of SpecialKey which represents the 'Decimal' key on the numpad.



NUMPAD_DIVIDE
final public static SpecialKey NUMPAD_DIVIDE(Code)
The single static instance of SpecialKey which represents the 'Divide' key on the numpad.



NUMPAD_ENTER
final public static SpecialKey NUMPAD_ENTER(Code)
The single static instance of SpecialKey which represents the 'Enter' key on the numpad.



NUMPAD_EQUAL
final public static SpecialKey NUMPAD_EQUAL(Code)
The single static instance of SpecialKey which represents the '=' key on the numpad.



NUMPAD_MULTIPLY
final public static SpecialKey NUMPAD_MULTIPLY(Code)
The single static instance of SpecialKey which represents the 'Multiply' key on the numpad.



NUMPAD_SUBTRACT
final public static SpecialKey NUMPAD_SUBTRACT(Code)
The single static instance of SpecialKey which represents the 'Subtract' key on the numpad.



NUM_LOCK
final public static SpecialKey NUM_LOCK(Code)
The single static instance of SpecialKey which represents the 'NumLock' key.



PAGE_DOWN
final public static SpecialKey PAGE_DOWN(Code)
The single static instance of SpecialKey which represents the 'Page Down' key.



PAGE_UP
final public static SpecialKey PAGE_UP(Code)
The single static instance of SpecialKey which represents the 'Page Up' key.



PAUSE
final public static SpecialKey PAUSE(Code)
The single static instance of SpecialKey which represents the 'Pause' key.



PRINT_SCREEN
final public static SpecialKey PRINT_SCREEN(Code)
The single static instance of SpecialKey which represents the 'Print Screen' key.



SCROLL_LOCK
final public static SpecialKey SCROLL_LOCK(Code)
The single static instance of SpecialKey which represents the 'Scroll Lock' key.



specialKeysByName
static SortedMap specialKeysByName(Code)
An internal map used to lookup instances of SpecialKey given the formal string representation of a special key.






Fields inherited from org.eclipse.ui.keys.Key
final protected int key(Code)(Java Doc)

Methods inherited from org.eclipse.ui.keys.Key
final public int compareTo(Object object)(Code)(Java Doc)
final public boolean equals(Object object)(Code)(Java Doc)
final public int hashCode()(Code)(Java Doc)
final public String toString()(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

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