Extension SDK 10.1.2

Uses of Class
oracle.ide.keyboard.KeyStrokeOptions

Packages that use KeyStrokeOptions
oracle.ide.config Contains classes encapsulating JDevelopers's environment settings. 
oracle.ide.keyboard Contains classes used by addins for providing accelerators for the commands they define. 
 

Uses of KeyStrokeOptions in oracle.ide.config
 

Methods in oracle.ide.config that return KeyStrokeOptions
 KeyStrokeOptions IdeSettings.getKeyStrokeOptions()
          Convenience method for getting at one of the built in options.
 

Uses of KeyStrokeOptions in oracle.ide.keyboard
 

Methods in oracle.ide.keyboard that return KeyStrokeOptions
 KeyStrokeOptions KeyStrokeOptions.cloneObject(boolean bDeepCopy)
          note: does not clone the listeners
 

Methods in oracle.ide.keyboard with parameters of type KeyStrokeOptions
static MultiInputMap MultiMapAdapter.getGlobalMap(KeyStrokeOptions kso)
          Extracts the global MultiInputMap from a KeyStrokeOptions and adds a listener to auto-update when it changes
static void MultiMapAdapter.fillGlobalMap(MultiInputMap mim, KeyStrokeOptions kso)
          Replaces the content of the MultiInputMap with the global mappings from a KeyStrokeOptions.
static MultiInputMap MultiMapAdapter.getLocalMap(KeyStrokeOptions kso, KeyStrokeContext ksc)
          Extracts a local MultiInputMap from a KeyStrokeOptions.
static void MultiMapAdapter.fillLocalMap(MultiInputMap mim, KeyStrokeOptions kso, KeyStrokeContext ksc)
          Replaces the content of a MultiInputMap with the local mappings from a KeyStrokeOptions
 

Constructors in oracle.ide.keyboard with parameters of type KeyStrokeOptions
KeyPresetConfigPanel(KeyStrokeOptions kso)
          Constructs a new instance.
 


Extension SDK

 

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