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 void
done()
Notification that this condition has been evaluated.boolean
test()
Checks if the condition has been satisfied.(package private) static JTreeChildrenShowUpCondition
untilChildrenShowUp
(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:Condition
Checks if the condition has been satisfied. -
done
protected void done()Description copied from class:Condition
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)
-