|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyStrokeContext | |
---|---|
oracle.ide.keyboard | Defining your default accelerators |
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.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 |
KeyStrokeOptions.addContext(KeyStrokeContext ksc) Adds a context to the known contexts |
void |
KeyStrokeContextRegistry.addContext(KeyStrokeContext ksc) Add a context to the list of known context. |
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 |
KeyStrokeOptions.removeContext(KeyStrokeContext ksc) |
void |
KeyStrokeContextRegistry.removeContext(KeyStrokeContext ksc) Remove a context to the list of known context. |
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 |
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. |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |