|
Extension SDK 10.1.2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyStrokeMap | |
oracle.ide.keyboard | Contains classes used by addins for providing accelerators for the commands they define. |
Uses of KeyStrokeMap in oracle.ide.keyboard |
Methods in oracle.ide.keyboard that return KeyStrokeMap | |
KeyStrokeMap |
XMLKeystrokeContextDefs.getPresetKeyStrokeMap(java.lang.String sContext, java.lang.Object preset, boolean bGlobal) |
KeyStrokeMap |
DefaultKeyStrokeContext.getPresetKeyStrokeMap(java.lang.Object preset, boolean bGlobal) |
KeyStrokeMap |
KeyStrokeMap.cloneObject() note: does not clone the listeners |
KeyStrokeMap |
KeyStrokeContext.getPresetKeyStrokeMap(java.lang.Object preset, boolean bGlobal) Returns the mapping between KeyStrokes and Actions. |
KeyStrokeMap |
XMLKeyStrokeContext.getPresetKeyStrokeMap(java.lang.Object preset, boolean bGlobal) |
KeyStrokeMap |
KeyStrokeOptions.getLocalKeyMap(KeyStrokeContext ksc) Returns the KeyStrokeMap corresponding to this context |
KeyStrokeMap |
KeyStrokeOptions.getGlobalKeyMap() |
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. |
void |
KeyStrokeMap.putAll(KeyStrokeMap ksm) Add all the mappings in ksm to this map. |
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 |
KeyStrokeOptions.setGlobalKeyMap(KeyStrokeMap ksm) |
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.