Class GuiLazyLoadingDescription

java.lang.Object
org.fest.swing.edt.GuiLazyLoadingDescription
All Implemented Interfaces:
org.fest.assertions.Description

public abstract class GuiLazyLoadingDescription extends Object implements org.fest.assertions.Description
Understands a Description that loads the text to return in the event dispatch thread.
  • Constructor Details

    • GuiLazyLoadingDescription

      public GuiLazyLoadingDescription()
  • Method Details

    • value

      public final String value()
      Executes loadDescription() in the event dispatch thread.
      Specified by:
      value in interface org.fest.assertions.Description
      Returns:
      the text loaded in the event dispatch thread.
    • loadDescription

      @RunsInCurrentThread protected abstract String loadDescription()