Package org.fest.swing.edt
package org.fest.swing.edt
Support for GUI component access from the event dispatch thread (EDT.)
For more details about the event dispatch thread and Swing threading, please read the Swing Threading Policy.
-
ClassesClassDescriptionThis class is used to detect Event Dispatch Thread rule violations
See How to Use Threads for more infoFails a test when a Event Dispatch Thread rule violation is detected.
See How to Use Threads for more infoUnderstands the base class for actions that are executed in the event dispatch thread.Understands a
that loads the text to return in the event dispatch thread.Description
GuiQuery<T>Understands executing an action, in the event dispatch thread, that returns a value.Understands a task that should be executed in the event dispatch thread.