Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Uses of Class
oracle.ide.keyboard.KeyStrokeMap

Packages that use KeyStrokeMap
oracle.ide.keyboard Defining your default accelerators 

 

Uses of KeyStrokeMap in oracle.ide.keyboard

 

Methods in oracle.ide.keyboard that return KeyStrokeMap
 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 DefaultKeyStrokeContext.getPresetKeyStrokeMap(java.lang.Object preset, boolean bGlobal)
           
 KeyStrokeMap KeyStrokeContext.getPresetKeyStrokeMap(java.lang.Object preset, boolean bGlobal)
          Returns the mapping between KeyStrokes and Actions.
 KeyStrokeMap XMLKeystrokeContextDefs.getPresetKeyStrokeMap(java.lang.String sContext, java.lang.Object preset, boolean bGlobal)
           

 

Methods in oracle.ide.keyboard with parameters of type KeyStrokeMap
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)
           

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.