| Package | Description | 
|---|---|
| oracle.ide.keyboard | 
 Defining your default accelerators 
 | 
| Modifier and Type | Method and Description | 
|---|---|
KeyStrokeMap | 
KeyStrokeMap.cloneObject()
note: does not clone the listeners 
 | 
KeyStrokeMap | 
KeyStrokeOptions.getGlobalKeyMap()  | 
KeyStrokeMap | 
KeyStrokeOptions.getLocalKeyMap(KeyStrokeContext ksc)
Returns the KeyStrokeMap corresponding to this context. 
 | 
KeyStrokeMap | 
XMLKeyStrokeContext.getPresetKeyStrokeMap(java.lang.Object preset,
                     boolean bGlobal)  | 
KeyStrokeMap | 
KeyStrokeContext.getPresetKeyStrokeMap(java.lang.Object preset,
                     boolean bGlobal)
Returns the mapping between KeyStrokes and Actions. 
 | 
KeyStrokeMap | 
DefaultKeyStrokeContext.getPresetKeyStrokeMap(java.lang.Object preset,
                     boolean bGlobal)  | 
KeyStrokeMap | 
XMLKeystrokeContextDefs.getPresetKeyStrokeMap(java.lang.String sContext,
                     java.lang.Object preset,
                     boolean bGlobal)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
DefaultKeyStrokeContext.addGlobalKeyStrokes(KeyStrokeMap map)
Overwrite this method to define your global keystrokes. 
 | 
protected void | 
DefaultKeyStrokeContext.addLocalKeyStrokes(KeyStrokeMap map)
Overwrite this method to define your global keystrokes
 The codes is similar to addGlobalKeyStrokes. 
 | 
protected static void | 
DefaultKeyStrokeContext.addToMap(KeyStrokeMap map,
        int nId,
        javax.swing.KeyStroke ks)
Helper method for filling the KeyStrokeMaps in addGlobal/LocalKeyStrokes. 
 | 
protected static void | 
DefaultKeyStrokeContext.addToMap(KeyStrokeMap map,
        int nId,
        KeyStrokes kss)
Helper method for filling the KeyStrokeMaps in addGlobal/LocalKeyStrokes. 
 | 
void | 
KeyStrokeMap.assign(KeyStrokeMap source)
Assing the content of source to this. 
 | 
static java.lang.String | 
KeyUtil.getAcceleratorTooltip(KeyStrokeMap keyMap,
                     int cmdID)  | 
static javax.swing.KeyStroke | 
KeyUtil.getBestAccelerator(KeyStrokeMap ksm,
                  int nCmdID)
Return the 'best' accelerator found in the map for the specified command ID. 
 | 
void | 
KeyStrokeMap.putAll(KeyStrokeMap ksm)
Add all the mappings in ksm to this map. 
 | 
void | 
KeyStrokeMap.removeAll(KeyStrokeMap ksm)
Remove all the mappings in ksm from this map. 
 | 
void | 
KeyStrokeOptions.setGlobalKeyMap(KeyStrokeMap ksm)  |