Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Class
org.eclipse.ui.keys.CharacterKey

Packages that use CharacterKey
org.eclipse.ui.keys Provides support for integrating keys into the Eclipse workbench. 
 

Uses of CharacterKey in org.eclipse.ui.keys
 

Fields in org.eclipse.ui.keys declared as CharacterKey
static  CharacterKey CharacterKey. BS
          Deprecated. The single static instance of CharacterKey which represents the backspace key (U+0008).
static  CharacterKey CharacterKey. CR
          Deprecated. The single static instance of CharacterKey which represents the carriage return (U+000D) key
static  CharacterKey CharacterKey. DEL
          Deprecated. The single static instance of CharacterKey which represents the delete (U+007F) key.
static  CharacterKey CharacterKey. ESC
          Deprecated. The single static instance of CharacterKey which represents the escape (U+001B) key.
static  CharacterKey CharacterKey. FF
          Deprecated. The single static instance of CharacterKey which represents the form feed (U+000C) key.
static  CharacterKey CharacterKey. LF
          Deprecated. The single static instance of CharacterKey which represents the line feed (U+000A) key.
static  CharacterKey CharacterKey. NUL
          Deprecated. The single static instance of CharacterKey which represents the null (U+0000) key.
static  CharacterKey CharacterKey. SPACE
          Deprecated. The single static instance of CharacterKey which represents the space (U+0020) key.
static  CharacterKey CharacterKey. TAB
          Deprecated. The single static instance of CharacterKey which represents the tab (U+0009) key.
static  CharacterKey CharacterKey. VT
          Deprecated. The single static instance of CharacterKey which represents the vertical tab (U+000B) key.
 

Methods in org.eclipse.ui.keys that return CharacterKey
static  CharacterKey CharacterKey. getInstance (char character)
          Deprecated. Creates an instance of CharacterKey given a unicode character.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire