| org.eclipse.jface.bindings.keys |
|
| Java Source File Name | Type | Comment |
| KeyLookupFactory.java | Class |
A factory class for ILookup instances. |
| KeySequence.java | Class |
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. |
| KeySequenceText.java | Class |
A wrapper around the SWT text widget that traps literal key presses and
converts them into key sequences for display. |
| KeyStroke.java | Class |
A KeyStroke is defined as an optional set of modifier keys
followed optionally by a natural key. |
| SWTKeyLookup.java | Class |
A look-up table for the formal grammar for keys, and the integer values they
represent. |
| SWTKeySupport.java | Class |
A utility class for converting SWT events into key strokes. |