Eclipse Platform
Release 3.0

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

Packages that use CharacterKey
org.eclipse.ui.keys   
 

Uses of CharacterKey in org.eclipse.ui.keys
 

Fields in org.eclipse.ui.keys declared as CharacterKey
static CharacterKey CharacterKey.BS
          The single static instance of CharacterKey which represents the backspace key (U+0008).
static CharacterKey CharacterKey.CR
          The single static instance of CharacterKey which represents the carriage return (U+000D) key
static CharacterKey CharacterKey.DEL
          The single static instance of CharacterKey which represents the delete (U+007F) key.
static CharacterKey CharacterKey.ESC
          The single static instance of CharacterKey which represents the escape (U+001B) key.
static CharacterKey CharacterKey.FF
          The single static instance of CharacterKey which represents the form feed (U+000C) key.
static CharacterKey CharacterKey.LF
          The single static instance of CharacterKey which represents the line feed (U+000A) key.
static CharacterKey CharacterKey.NUL
          The single static instance of CharacterKey which represents the null (U+0000) key.
static CharacterKey CharacterKey.SPACE
          The single static instance of CharacterKey which represents the space (U+0020) key.
static CharacterKey CharacterKey.TAB
          The single static instance of CharacterKey which represents the tab (U+0009) key.
static CharacterKey CharacterKey.VT
          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)
          Creates an instance of CharacterKey given a unicode character.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.