Extension SDK 10.1.2

Uses of Interface
oracle.ide.keyboard.KeyStrokeContext

Packages that use KeyStrokeContext
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. 
oracle.jdeveloper.uieditor Contains classes that allow addins access to the UIEditor integration objects. 
oracle.jdeveloper.vcs.util Contains assorted stateless utilities for version control system integraton. 
 

Uses of KeyStrokeContext in oracle.ide.config
 

Classes in oracle.ide.config that implement KeyStrokeContext
 class IdeKeyStrokes
          This class defines the default global shortcuts for the application
 

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
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
 void KeyStrokeContextRegistry.addContext(KeyStrokeContext ksc)
          Add a context to the list of known context.
 void KeyStrokeContextRegistry.removeContext(KeyStrokeContext ksc)
          Remove a context to the list of known context.
 KeyStrokeMap KeyStrokeOptions.getLocalKeyMap(KeyStrokeContext ksc)
          Returns the KeyStrokeMap corresponding to this context
 void KeyStrokeOptions.addContext(KeyStrokeContext ksc)
          Adds a context to the known contexts
 void KeyStrokeOptions.removeContext(KeyStrokeContext ksc)
           
 

Uses of KeyStrokeContext in oracle.jdeveloper.uieditor
 

Classes in oracle.jdeveloper.uieditor that implement KeyStrokeContext
 class CanvasKeyStrokeContext
          CanvasKeyStrokeContext is a KeyStrokeContext based upon XmlKeyStrokeContext and customized for ModelFactory implementations.
 

Uses of KeyStrokeContext in oracle.jdeveloper.vcs.util
 

Methods in oracle.jdeveloper.vcs.util that return KeyStrokeContext
static KeyStrokeContext VCSMenuUtils.registerKeyStrokes(java.util.Collection 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.
static KeyStrokeContext VCSDefaultUtils.createKeyStrokeContext(IdeAction[] actions, java.lang.String name)
          Creates a key stroke context object for the given actions.
 


Extension SDK

 

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