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 TypeClassDescriptionclass
GuiQuery<T>
Understands executing an action, in the event dispatch thread, that returns a value.class
Understands 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 void
GuiActionRunner.rethrowCatchedExceptionIn
(GuiAction action) Wraps (with a
) and retrows any catched exception in the given action.UnexpectedException
private static void