runnable.run()
to be executed synchronously on the AWT event dispatching thread, when IDEA is in the specified modality state. This call blocks until all pending AWT events have been processed and (then) runnable.run()
returns.
@param runnable the runnable to execute.
@param modalityState the state in which the runnable will be executed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|