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 String
final String
value()
Executes
in the event dispatch thread.loadDescription()
-
Constructor Details
-
GuiLazyLoadingDescription
public GuiLazyLoadingDescription()
-
-
Method Details
-
value
Executes
in the event dispatch thread.loadDescription()
- Specified by:
value
in interfaceorg.fest.assertions.Description
- Returns:
- the text loaded in the event dispatch thread.
-
loadDescription
-