Package org.fest.swing.driver
Class JTreeMatchingPathQuery
java.lang.Object
org.fest.swing.driver.JTreeMatchingPathQuery
Understands an action, executed in the event dispatch thread, that finds a path in a
JTree
that matches a given String.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static TreePathmatchingPathFor(JTree tree, String path, JTreePathFinder pathFinder) (package private) static TreePathmatchingPathWithRootIfInvisible(JTree tree, String path, JTreePathFinder pathFinder) (package private) static TreePathverifyJTreeIsReadyAndFindMatchingPath(JTree tree, String path, JTreePathFinder pathFinder)
-
Constructor Details
-
JTreeMatchingPathQuery
private JTreeMatchingPathQuery()
-
-
Method Details
-
verifyJTreeIsReadyAndFindMatchingPath
@RunsInEDT static TreePath verifyJTreeIsReadyAndFindMatchingPath(JTree tree, String path, JTreePathFinder pathFinder) -
matchingPathFor
-
matchingPathWithRootIfInvisible
@RunsInCurrentThread static TreePath matchingPathWithRootIfInvisible(JTree tree, String path, JTreePathFinder pathFinder)
-