DialogBlocker@Deprecated public class EventBlocker extends EventQueue
| Modifier and Type | Method and Description |
|---|---|
void |
blockComponent(Component f)
Deprecated.
use
DialogBlocker |
void |
blockComponent(Component f,
boolean modalBlock)
Deprecated.
use
DialogBlocker |
protected void |
dispatchEvent(AWTEvent event)
Deprecated.
|
static EventBlocker |
getInstance()
Deprecated.
use
DialogBlocker |
boolean |
isBlocked(Component f)
Deprecated.
use
DialogBlocker |
void |
unblockComponent(Component f)
Deprecated.
use
DialogBlocker |
void |
unblockComponent(Component f,
boolean modalUnblock)
Deprecated.
use
DialogBlocker |
createSecondaryLoop, getCurrentEvent, getMostRecentEventTime, getNextEvent, invokeAndWait, invokeLater, isDispatchThread, peekEvent, peekEvent, pop, postEvent, push@Deprecated public static EventBlocker getInstance()
DialogBlocker@Deprecated public void blockComponent(Component f)
DialogBlockerf - the component to block@Deprecated public void blockComponent(Component f, boolean modalBlock)
DialogBlockerf - the component to blockmodalBlock - if true blocking occurs because a modal
document window is blocking.@Deprecated public boolean isBlocked(Component f)
DialogBlockerf - the possible blocked componenttrue if f is blocked.@Deprecated public void unblockComponent(Component f)
DialogBlockerf - the component to unblock@Deprecated public void unblockComponent(Component f, boolean modalUnblock)
DialogBlockerf - the component to unblockmodalUnblock - if true unblock is done as part of a
modal unblock.protected void dispatchEvent(AWTEvent event)
dispatchEvent in class EventQueueCopyright © 2006–2017 Esito AS. All rights reserved.