| java.lang.Object java.awt.ModalContext
ModalContext | class ModalContext (Code) | | The context for nested event loop. It can be dialog, popup menu etc.
|
ModalContext | ModalContext()(Code) | | |
endModalLoop | void endModalLoop()(Code) | | Leave the modal loop running in this context
This method doesn't stops the loop immediately,
it just sets the flag that says the modal loop to stop
|
isModalLoopRunning | boolean isModalLoopRunning()(Code) | | modal loop is currently running in this context |
runModalLoop | void runModalLoop()(Code) | | Set up and run modal loop in this context
|
|
|