|
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.Objectoracle.ide.controls.KeyboardRedirector
public class KeyboardRedirector
This class is used by IdeAction to freeze the keyboard events during an actionPerformed and release the events when a dialog pops up. This is a workaround for Sun's bug 4264635
JDK.HAS_BUG_BROKEN_TYPE_AHEAD| Constructor Summary | |
|---|---|
KeyboardRedirector()
|
|
| Method Summary | |
|---|---|
void |
eventDispatched(java.awt.AWTEvent event)
|
void |
freeze()
|
static KeyboardRedirector |
getInstance()
|
void |
thaw()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KeyboardRedirector()
| Method Detail |
|---|
public static KeyboardRedirector getInstance()
public void freeze()
public void thaw()
public void eventDispatched(java.awt.AWTEvent event)
eventDispatched in interface java.awt.event.AWTEventListener
|
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 | |||||||||