Class GuiAction

java.lang.Object
org.fest.swing.edt.GuiAction
All Implemented Interfaces:
Runnable
Direct Known Subclasses:
GuiQuery, GuiTask

abstract class GuiAction extends Object implements Runnable
Understands the base class for actions that are executed in the event dispatch thread.
  • Field Details

    • executedInEDT

      private boolean executedInEDT
    • catchedException

      private Throwable catchedException
    • executionNotification

      private CountDownLatch executionNotification
  • Constructor Details

    • GuiAction

      GuiAction()
  • Method Details

    • catchedException

      final Throwable catchedException()
    • catchedException

      final void catchedException(Throwable catched)
    • wasExecutedInEDT

      final boolean wasExecutedInEDT()
    • clearCatchedException

      final void clearCatchedException()
    • executionNotification

      final void executionNotification(CountDownLatch c)
    • notifyExecutionCompleted

      final void notifyExecutionCompleted()
    • executedInEDT

      private void executedInEDT()