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

E13403-08

Uses of Class
oracle.ide.keyboard.KeyStrokes

Packages that use KeyStrokes
oracle.ide.keyboard Defining your default accelerators 
 

Uses of KeyStrokes in oracle.ide.keyboard
 

Methods in oracle.ide.keyboard with parameters of type KeyStrokes
protected static void DefaultKeyStrokeContext.addToMap(KeyStrokeMap map, int nId, KeyStrokes kss)
          Helper method for filling the KeyStrokeMaps in addGlobal/LocalKeyStrokes.
 java.lang.Integer KeyStrokeMap.getBindingFor(KeyStrokes kss)
           
 java.util.List KeyStrokeMap.getKeyStrokesStartingWith(KeyStrokes kss)
           
 boolean KeyStrokesConstraintFactory.isAcceptableKey(KeyStrokes kss, javax.swing.KeyStroke ksNew)
          Implements KeyStrokesConstraint
 boolean KeyStrokePanel.isAcceptableKey(KeyStrokes kss, javax.swing.KeyStroke ksNew)
           
 boolean KeyStrokesConstraint.isAcceptableKey(KeyStrokes kss, javax.swing.KeyStroke ksNew)
          Returns true if the KeyStroke can be added to the KeyStrokes.
 boolean KeyStrokeMap.put(KeyStrokes key, java.lang.Integer bind)
          Add a mapping from an accelerator to a command
 void MultiInputMap.put(KeyStrokes keyStrokes, java.lang.Object actionMapKey)
          Same as InputMap.put(KeyStroke,Object) except this one takes KeyStrokes
 void KeyStrokeMap.remove(KeyStrokes key)
          Removes the mapping for this KeyStrokes
 boolean KeyStrokes.startWith(KeyStrokes kss)
          Checks if this KeyStrokes start with the same KeyStroke as in kss
 

Constructors in oracle.ide.keyboard with parameters of type KeyStrokes
KeyStrokes(KeyStrokes kss)
           
KeyStrokes(KeyStrokes kss, int modifiers, int keyCode)
           
 


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

E13403-08

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