Uses of Class
org.eclipse.swtbot.swt.finder.utils.TreePath

Packages that use TreePath
org.eclipse.swtbot.swt.finder.finders   
org.eclipse.swtbot.swt.finder.utils   
 

Uses of TreePath in org.eclipse.swtbot.swt.finder.finders
 

Methods in org.eclipse.swtbot.swt.finder.finders that return TreePath
 TreePath Finder.getPath(Widget w)
          Gets the path to the widget.
 TreePath PathGenerator.getPath(Widget widget)
           
 TreePath ControlFinder.getPath(Widget w)
          Gets the path to the widget.
 TreePath PathGenerator.getPathFromString(String stringPath, Display display)
          Converts the string to an object representation.
 

Methods in org.eclipse.swtbot.swt.finder.finders with parameters of type TreePath
 String PathGenerator.getPathAsString(TreePath path)
          Converts the treePath to a string representation.
 

Uses of TreePath in org.eclipse.swtbot.swt.finder.utils
 

Fields in org.eclipse.swtbot.swt.finder.utils declared as TreePath
static TreePath TreePath.EMPTY
          Constant for representing an empty tree path.
 

Methods in org.eclipse.swtbot.swt.finder.utils that return TreePath
 TreePath TreePath.getParentPath()
          Returns a copy of this tree path with one segment removed from the end, or null if this tree path has no segments.