Package org.fest.swing.driver
Class JTreeChildrenShowUpCondition
java.lang.Object
org.fest.swing.timing.Condition
org.fest.swing.driver.JTreeChildrenShowUpCondition
Understands a condition that verifies that the children of a node in a
JTree are displayed.-
Field Summary
FieldsFields inherited from class org.fest.swing.timing.Condition
EMPTY_TEXT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddone()Notification that this condition has been evaluated.booleantest()Checks if the condition has been satisfied.(package private) static JTreeChildrenShowUpConditionuntilChildrenShowUp(JTree tree, TreePath path) Methods inherited from class org.fest.swing.timing.Condition
descriptionAddendum, toString
-
Field Details
-
tree
-
path
-
-
Constructor Details
-
JTreeChildrenShowUpCondition
-
-
Method Details
-
untilChildrenShowUp
-
test
Description copied from class:ConditionChecks if the condition has been satisfied. -
done
protected void done()Description copied from class:ConditionNotification 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)
-