Extension SDK 10.1.2

Uses of Interface
oracle.ide.keyboard.KeyStrokesConstraint

Packages that use KeyStrokesConstraint
oracle.ide.keyboard Contains classes used by addins for providing accelerators for the commands they define. 
 

Uses of KeyStrokesConstraint in oracle.ide.keyboard
 

Classes in oracle.ide.keyboard that implement KeyStrokesConstraint
 class KeyStrokePanel
          This panel edits shortcuts in one context.
 class KeyStrokesConstraintFactory
          KeyStrokesConstraintFactory is a factory of KeyStrokeConstraint.
Since I only expect two KeyStrokeConstraint, this factory builds them.
 

Methods in oracle.ide.keyboard that return KeyStrokesConstraint
static KeyStrokesConstraint KeyStrokesConstraintFactory.getConstraint(int nType)
           
 

Methods in oracle.ide.keyboard with parameters of type KeyStrokesConstraint
 void KeyStrokeField.setConstraint(KeyStrokesConstraint ksc)
          Sets the class that allows or veto the keystrokes accepted by the field
 


Extension SDK

 

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