|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.awt.EventQueue
fr.emn.reactiveinput.system.MyEventQueue
| Constructor Summary | |
MyEventQueue()
|
|
| Method Summary | |
static void |
activateKeyDisabling()
Causes all key events to be disabled |
static void |
activateMouseDisabling()
Causes all mouse events to be disabled |
static void |
addKeyMonitor(java.awt.event.AWTEventListener l)
|
protected static void |
checkInstall()
|
static void |
deactivateKeyDisabling()
Enables key events |
static void |
deactivateMouseDisabling()
Enables mouse events |
protected void |
dispatchEvent(java.awt.AWTEvent e)
We activate/deactivate instead of pushing/popping because this feature seems to be bugged |
static void |
postEventAndForceProcess(java.awt.AWTEvent e)
Queues an event and process it despite disablings. |
static void |
removeKeyMonitor(java.awt.event.AWTEventListener l)
|
| Methods inherited from class java.awt.EventQueue |
getCurrentEvent, getMostRecentEventTime, getNextEvent, invokeAndWait, invokeLater, isDispatchThread, peekEvent, peekEvent, pop, postEvent, push |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MyEventQueue()
| Method Detail |
protected void dispatchEvent(java.awt.AWTEvent e)
public static void activateKeyDisabling()
public static void deactivateKeyDisabling()
public static void activateMouseDisabling()
public static void deactivateMouseDisabling()
protected static void checkInstall()
public static void addKeyMonitor(java.awt.event.AWTEventListener l)
public static void removeKeyMonitor(java.awt.event.AWTEventListener l)
public static void postEventAndForceProcess(java.awt.AWTEvent e)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||