|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface KeyStrokesConstraint
Defines what key can be used as a shortcut. Each KeyStrokeContext
exposes this information which is use in the KeyStrokePanel to limit the user
in the choice of the shortcuts.
Since I only expect two kinds of constraints, you should use the
KeyStrokesConstraints (a kind of factory) to get one of the two standard
constrains.
| Method Summary | |
|---|---|
boolean |
isAcceptableKey(KeyStrokes kss,
javax.swing.KeyStroke ksNew)
Returns true if the KeyStroke can be added to the KeyStrokes. |
| Method Detail |
|---|
boolean isAcceptableKey(KeyStrokes kss,
javax.swing.KeyStroke ksNew)
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||