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 Interface
oracle.ide.keyboard.KeyStrokeContext

Packages that use KeyStrokeContext
oracle.ide.keyboard Defining your default accelerators 
oracle.jdeveloper.vcs.util Contains assorted stateless utilities for version control system integraton. 

 

Uses of KeyStrokeContext in oracle.ide.keyboard

 

Classes in oracle.ide.keyboard that implement KeyStrokeContext
 class DefaultKeyStrokeContext
          This class implements the most common behavior of a KeyStrokeContext.
 class XMLKeyStrokeContext
          This class should only be used if your addin is part of the product.

 

Methods in oracle.ide.keyboard that return KeyStrokeContext
 KeyStrokeContext KeyStrokeContextRegistry.getContext(java.lang.String sName)
          Searches the KeyStrokeContext with the specified name.

 

Methods in oracle.ide.keyboard with parameters of type KeyStrokeContext
 void KeyStrokeContextRegistry.addContext(KeyStrokeContext ksc)
          Add a context to the list of known context.
 void KeyStrokeOptions.addContext(KeyStrokeContext ksc)
          Adds a context to the known contexts
static void MultiMapAdapter.fillLocalMap(MultiInputMap mim, KeyStrokeOptions kso, KeyStrokeContext ksc)
          Replaces the content of a MultiInputMap with the local mappings from a KeyStrokeOptions
 KeyStrokeMap KeyStrokeOptions.getLocalKeyMap(KeyStrokeContext ksc)
          Returns the KeyStrokeMap corresponding to this context
static MultiInputMap MultiMapAdapter.getLocalMap(KeyStrokeOptions kso, KeyStrokeContext ksc)
          Extracts a local MultiInputMap from a KeyStrokeOptions.
 void KeyStrokeContextRegistry.removeContext(KeyStrokeContext ksc)
          Remove a context to the list of known context.
 void KeyStrokeOptions.removeContext(KeyStrokeContext ksc)
           

 

Uses of KeyStrokeContext in oracle.jdeveloper.vcs.util

 

Methods in oracle.jdeveloper.vcs.util that return KeyStrokeContext
static KeyStrokeContext VCSDefaultUtils.createKeyStrokeContext(IdeAction[] actions, java.lang.String name)
          Creates a key stroke context object for the given actions.
static KeyStrokeContext VCSMenuUtils.registerKeyStrokes(java.util.Collection<IdeAction> actions, java.lang.String keyStrokeContextName)
          Register a key stroke context for the specified collection of actions so that the user can define accelerators from Tools->Preferences.

 


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.