Package org.fest.swing.edt
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract Stringfinal Stringvalue()Executesin the event dispatch thread.loadDescription()
-
Constructor Details
-
GuiLazyLoadingDescription
public GuiLazyLoadingDescription()
-
-
Method Details
-
value
Executesin the event dispatch thread.loadDescription()- Specified by:
valuein interfaceorg.fest.assertions.Description- Returns:
- the text loaded in the event dispatch thread.
-
loadDescription
-