|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.ide.keyboard.GrabbableFocusManager
public final class GrabbableFocusManager
This FocusManager allows to 'steal' keys on demand. The primary usage is for the multi-keystroke shortcuts system which needs to steal keys when entering a valid multi-key sequence.
| Method Summary | |
|---|---|
boolean |
dispatchKeyEvent(java.awt.event.KeyEvent anEvent)1) handles the eatNextTypedReleased() functionality |
void |
eatNextTypedReleased()Eats the keyTyped and keyReleased corresponding to the last keyPressed. |
static GrabbableFocusManager |
getGrabbableFocusManager() |
static GrabbableFocusManager |
install()Installing the GrabbableFocusManager inserts a new FocusManager chained to the original one. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static GrabbableFocusManager install()
public static GrabbableFocusManager getGrabbableFocusManager()
public void eatNextTypedReleased()
public boolean dispatchKeyEvent(java.awt.event.KeyEvent anEvent)
dispatchKeyEvent in interface java.awt.KeyEventDispatcher
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||