|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.eclipse.ui.keys | |
org.eclipse.ui.commands | |
org.eclipse.ui.keys |
Classes in org.eclipse.ui.keys used by org.eclipse.ui.commands | |
KeySequence
A KeySequence is defined as a list of zero or more
KeyStrokes , with the stipulation that all
KeyStroke objects must be complete, save for the last one,
whose completeness is optional. |
Classes in org.eclipse.ui.keys used by org.eclipse.ui.keys | |
CharacterKey
Instances of CharacterKey represent keys on the keyboard which
represent unicode characters.
|
|
IKeyFormatter
Any formatter capable of taking key sequence or a key stroke and converting it into a string. |
|
Key
Key is the abstract base class for all objects representing
keys on the keyboard.
|
|
KeySequence
A KeySequence is defined as a list of zero or more
KeyStrokes , with the stipulation that all
KeyStroke objects must be complete, save for the last one,
whose completeness is optional. |
|
KeyStroke
A KeyStroke is defined as an optional set of modifier keys
followed optionally by a natural key. |
|
ModifierKey
Instances of ModifierKey represent the four keys on the
keyboard recognized by convention as 'modifier keys', those keys typically
pressed in combination with themselves and/or a
NaturalKey .
|
|
NaturalKey
Instances of NaturalKey represent all keys on the keyboard not
known by convention as 'modifier keys'. |
|
ParseException
An exception indicating problems while parsing formal string representations of either KeyStroke or KeySequence objects.
|
|
SpecialKey
Instances of SpecialKey represent the keys on keyboard
recognized as neither modifier keys nor character keys. |
|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.