Package org.fest.swing.driver
Class ComponentEnabledCondition
java.lang.Object
org.fest.swing.timing.Condition
org.fest.swing.driver.ComponentEnabledCondition
Understands a condition that verifies that a component is enabled.
- See Also:
-
Field Summary
FieldsFields inherited from class org.fest.swing.timing.Condition
EMPTY_TEXT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static org.fest.assertions.Description
protected void
done()
$Notification that this condition has been evaluated.boolean
test()
Checks if the condition has been satisfied.(package private) static ComponentEnabledCondition
Methods inherited from class org.fest.swing.timing.Condition
descriptionAddendum, toString
-
Field Details
-
c
-
-
Constructor Details
-
ComponentEnabledCondition
-
-
Method Details
-
untilIsEnabled
-
description
-
test
public boolean test()Description copied from class:Condition
Checks if the condition has been satisfied. -
done
protected void done()$Notification that this condition has been evaluated. This method is invoked by
(and all overloaded methods) when this condition is evaluated (either it was satisfied or it timed-out.) This is a good place to do any necessary resource cleanup.Pause.pause(Condition)
-