| Package | Description | 
|---|---|
| oracle.ide.keyboard | 
 Defining your default accelerators 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<KeyStrokes> | 
KeyStrokeMap.getKeyStrokesFor(int bind)
Finds which KeyStrokes are mapped with the bind value. 
 | 
java.util.List<KeyStrokes> | 
KeyStrokeMap.getKeyStrokesFor(java.lang.Integer bind)
Finds which KeyStrokes are mapped with the bind value. 
 | 
java.util.List<KeyStrokes> | 
KeyStrokeMap.getKeyStrokesStartingWith(KeyStrokes kss)  | 
java.util.Set<KeyStrokes> | 
KeyStrokeMap.keySet()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected static void | 
DefaultKeyStrokeContext.addToMap(KeyStrokeMap map,
        int nId,
        KeyStrokes kss)
Helper method for filling the KeyStrokeMaps in addGlobal/LocalKeyStrokes. 
 | 
java.lang.Integer | 
KeyStrokeMap.getBindingFor(KeyStrokes kss)  | 
java.util.List<KeyStrokes> | 
KeyStrokeMap.getKeyStrokesStartingWith(KeyStrokes kss)  | 
boolean | 
KeyStrokesConstraintFactory.isAcceptableKey(KeyStrokes kss,
               javax.swing.KeyStroke ksNew)
Implements KeyStrokesConstraint 
 | 
boolean | 
KeyStrokesConstraint.isAcceptableKey(KeyStrokes kss,
               javax.swing.KeyStroke ksNew)
Returns true if the KeyStroke can be added to the KeyStrokes. 
 | 
boolean | 
KeyStrokePanel.isAcceptableKey(KeyStrokes kss,
               javax.swing.KeyStroke ksNew)  | 
boolean | 
KeyStrokeMap.put(KeyStrokes key,
   java.lang.Integer bind)
Add a mapping from an accelerator to a command 
 | 
void | 
MultiInputMap.put(KeyStrokes keyStrokes,
   java.lang.Object actionMapKey)
Same as InputMap.put(KeyStroke,Object) except this one takes
 KeyStrokes 
 | 
void | 
KeyStrokeMap.remove(KeyStrokes key)
Removes the mapping for this KeyStrokes 
 | 
boolean | 
KeyStrokes.startWith(KeyStrokes kss)
Checks if this KeyStrokes start with the same KeyStroke as in kss 
 | 
| Constructor and Description | 
|---|
KeyStrokes(KeyStrokes kss)  | 
KeyStrokes(KeyStrokes kss,
          int modifiers,
          int keyCode)  |