public class ModalEventQueue extends Object implements Runnable
| Constructor and Description |
|---|
ModalEventQueue(Component visibleComponent) |
ModalEventQueue(IModalHandler modalHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispatchEvent(AWTEvent event) |
protected void |
executeIdleTasks() |
protected void |
handleUncaughtException(Throwable t) |
protected boolean |
isModal() |
void |
run() |
public ModalEventQueue(Component visibleComponent)
visibleComponent - A visible component. The modal event queue remains
operable/modal while the component is visible.public ModalEventQueue(IModalHandler modalHandler)
Copyright © 2022. All rights reserved.