|
Extension SDK 10.1.2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyStrokes | |
oracle.ide.keyboard | Contains classes used by addins for providing accelerators for the commands they define. |
Uses of KeyStrokes in oracle.ide.keyboard |
Methods in oracle.ide.keyboard with parameters of type KeyStrokes | |
boolean |
KeyStrokesConstraintFactory.isAcceptableKey(KeyStrokes kss,
javax.swing.KeyStroke ksNew)
Implements KeyStrokesConstraint |
boolean |
KeyStrokesConstraint.isAcceptableKey(KeyStrokes kss,
javax.swing.KeyStroke ksNew)
Returns true if the KeyStroke can be added to the KeyStrokes. |
boolean |
KeyStrokePanel.isAcceptableKey(KeyStrokes kss,
javax.swing.KeyStroke ksNew)
|
protected static void |
DefaultKeyStrokeContext.addToMap(KeyStrokeMap map,
int nId,
KeyStrokes kss)
Helper method for filling the KeyStrokeMaps in addGlobal/LocalKeyStrokes. |
void |
KeyStrokeMap.put(KeyStrokes key,
java.lang.Integer bind)
Add a mapping from an accelerator to a command |
void |
KeyStrokeMap.remove(KeyStrokes key)
Removes the mapping for this KeyStrokes |
java.lang.Integer |
KeyStrokeMap.getBindingFor(KeyStrokes kss)
|
java.util.List |
KeyStrokeMap.getKeyStrokesStartingWith(KeyStrokes kss)
|
boolean |
KeyStrokes.startWith(KeyStrokes kss)
Checks if this KeyStrokes start with the same KeyStroke as in kss |
void |
MultiInputMap.put(KeyStrokes keyStrokes,
java.lang.Object actionMapKey)
Same as InputMap.put(KeyStroke,Object) except this one takes KeyStrokes |
Constructors in oracle.ide.keyboard with parameters of type KeyStrokes | |
KeyStrokes(KeyStrokes kss)
|
|
KeyStrokes(KeyStrokes kss,
int modifiers,
int keyCode)
|
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.