|
Eclipse Platform Pre-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 'natural key'. |
|
| NaturalKey
Instances of NaturalKey represent all keys on the keyboard
not known by convention as 'modifier keys'. |
|
| ParseException
This class represents errors due to attempts to parse KeyStroke and KeySequence objects from improperly formatted formal string representations. |
|
| SpecialKey
Instances of SpecialKey represent the keys on keyboard
recognized as neither modifier keys nor character keys. |
|
|
Eclipse Platform Pre-release 3.0 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||