Extension SDK 10.1.2

Uses of Class
oracle.ide.keyboard.MultiInputMap

Packages that use MultiInputMap
oracle.ide.keyboard Contains classes used by addins for providing accelerators for the commands they define. 
 

Uses of MultiInputMap in oracle.ide.keyboard
 

Methods in oracle.ide.keyboard that return MultiInputMap
static MultiInputMap MultiMapAdapter.getGlobalMap(KeyStrokeOptions kso)
          Extracts the global MultiInputMap from a KeyStrokeOptions and adds a listener to auto-update when it changes
static MultiInputMap MultiMapAdapter.getLocalMap(KeyStrokeOptions kso, KeyStrokeContext ksc)
          Extracts a local MultiInputMap from a KeyStrokeOptions.
 

Methods in oracle.ide.keyboard with parameters of type MultiInputMap
static void MultiMapAdapter.fillGlobalMap(MultiInputMap mim, KeyStrokeOptions kso)
          Replaces the content of the MultiInputMap with the global mappings 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
 


Extension SDK

 

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