Uses of Class
org.fest.swing.edt.GuiAction
Packages that use GuiAction
Package
Description
Support for GUI component access from the event dispatch thread (EDT.)
-
Uses of GuiAction in org.fest.swing.edt
Subclasses of GuiAction in org.fest.swing.edtModifier and TypeClassDescriptionclassGuiQuery<T>Understands executing an action, in the event dispatch thread, that returns a value.classUnderstands a task that should be executed in the event dispatch thread.Methods in org.fest.swing.edt with parameters of type GuiActionModifier and TypeMethodDescriptionprivate static voidGuiActionRunner.rethrowCatchedExceptionIn(GuiAction action) Wraps (with a) and retrows any catched exception in the given action.UnexpectedExceptionprivate static void