Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

oracle.jdeveloper.vcs.util
Class VCSKeyboardUtils

java.lang.Object
  extended by oracle.jdeveloper.vcs.util.VCSKeyboardUtils

public final class VCSKeyboardUtils
extends java.lang.Object

Utility class for keyboard-related configurations.

Since:
10.1.3.0.1

Method Summary
static void addAcceleratorDefinitionFile(java.lang.ClassLoader classLoader, java.lang.String fileName)
           
static void addKeyStrokeContext(IdeAction[] actions, java.lang.String name)
           
static void removeAcceleratorDefinitionFile(java.lang.ClassLoader classLoader, java.lang.String fileName)
           
static void removeKeyStrokeContext(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addAcceleratorDefinitionFile

public static final void addAcceleratorDefinitionFile(java.lang.ClassLoader classLoader,
                                                      java.lang.String fileName)
See Also:
KeyStrokeContextRegistry.addAcceleratorDefinitionFile(java.lang.ClassLoader, java.lang.String)

removeAcceleratorDefinitionFile

public static final void removeAcceleratorDefinitionFile(java.lang.ClassLoader classLoader,
                                                         java.lang.String fileName)
See Also:
KeyStrokeContextRegistry.removeAcceleratorDefinitionFile(java.lang.ClassLoader, java.lang.String)

addKeyStrokeContext

public static final void addKeyStrokeContext(IdeAction[] actions,
                                             java.lang.String name)
See Also:
VCSDefaultUtils.createKeyStrokeContext(oracle.ide.controller.IdeAction[], java.lang.String), KeyStrokeContextRegistry.addContext(oracle.ide.keyboard.KeyStrokeContext)

removeKeyStrokeContext

public static final void removeKeyStrokeContext(java.lang.String name)
See Also:
KeyStrokeContextRegistry.removeContext(oracle.ide.keyboard.KeyStrokeContext)

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

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