Class | Description |
---|---|
EDT |
Provides methods to execute
GuiJob s or GuiRequest s (thread-safe) in the event dispatch thread (EDT) of a graphical
user interface (GUI) from any other thread or the EDT itself. |
GuiJob |
Performs a job in the event dispatch thread (EDT) of a graphical user interface (GUI).
|
GuiRequest<T> |
Performs a request in the event dispatch thread (EDT) of a graphical user interface (GUI).
|