| Package | Description | 
|---|---|
| oracle.ide.keyboard | 
 Defining your default accelerators 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
KeyStrokePanel
This panel edits shortcuts in one context. 
 | 
class  | 
KeyStrokesConstraintFactory
KeyStrokesConstraintFactory is a factory of KeyStrokeConstraint. 
Since I only expect two KeyStrokeConstraint, this factory builds them.  | 
| Modifier and Type | Method and Description | 
|---|---|
static KeyStrokesConstraint | 
KeyStrokesConstraintFactory.getConstraint(int nType)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
KeyStrokeField.setConstraint(KeyStrokesConstraint ksc)
Sets the class that allows or veto the keystrokes accepted by the field 
 |