Package org.fest.swing.edt

Support for GUI component access from the event dispatch thread (EDT.)

See:
          Description

Class Summary
FailOnThreadViolationRepaintManager Fails a test when a Event Dispatch Thread rule violation is detected.
See How to Use Threads for more info
GuiActionRunner Understands running instances of GuiQuery and GuiTask.
GuiLazyLoadingDescription Understands a Description that loads the text to return in the event dispatch thread.
GuiQuery<T> Understands executing an action, in the event dispatch thread, that returns a value.
GuiTask Understands a task that should be executed in the event dispatch thread.
 

Package org.fest.swing.edt Description

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.



Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.