Uses of Class
org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem

Packages that use SWTBotTreeItem
org.eclipse.swtbot.swt.finder.widgets   
 

Uses of SWTBotTreeItem in org.eclipse.swtbot.swt.finder.widgets
 

Methods in org.eclipse.swtbot.swt.finder.widgets that return SWTBotTreeItem
 SWTBotTreeItem SWTBotTreeItem.click()
          Clicks on this node.
 SWTBotTreeItem SWTBotTreeItem.click(int column)
          Clicks on this node at the given column index.
 SWTBotTreeItem SWTBotTreeItem.collapse()
          Collapses the tree item to simulate click the plus sign.
 SWTBotTreeItem SWTBotTree.collapseNode(String nodeText)
          Collapses the node matching the node information.
 SWTBotTreeItem SWTBotTreeItem.collapseNode(String nodeText)
          Collapses the node matching the given node text.
 SWTBotTreeItem SWTBotTreeItem.doubleClick()
          Double clicks on this node.
 SWTBotTreeItem SWTBotTreeItem.expand()
          Expands the tree item to simulate click the plus sign.
 SWTBotTreeItem SWTBotTree.expandNode(String... nodes)
          Attempts to expand all nodes along the path specified by the node array parameter.
 SWTBotTreeItem SWTBotTreeItem.expandNode(String... nodes)
          Expands the node matching the given node texts.
 SWTBotTreeItem SWTBotTree.expandNode(String nodeText, boolean recursive)
          Expands the nodes as if the plus sign was clicked.
 SWTBotTreeItem[] SWTBotTree.getAllItems()
          Gets all the items in the tree.
 SWTBotTreeItem[] SWTBotTreeItem.getItems()
          Gets all the items in this tree node.
 SWTBotTreeItem SWTBotTreeItem.getNode(int row)
          Gets the nodes at the given, zero-relative index in the receiver.
 SWTBotTreeItem SWTBotTreeItem.getNode(String nodeText)
          Gets the first node found matching the given node text.
 SWTBotTreeItem SWTBotTreeItem.getNode(String nodeText, int index)
          Gets the node matching the given node text and index.
 SWTBotTreeItem SWTBotTree.getTreeItem(String nodeText)
          Gets the tree item matching the given name.
 SWTBotTreeItem SWTBotTreeItem.select()
          Selects the current tree item.
 SWTBotTreeItem SWTBotTreeItem.select(String... items)
          Selects the items matching the array provided.
 SWTBotTreeItem SWTBotTreeItem.select(String item)
          Selects the item matching the given name.
 

Methods in org.eclipse.swtbot.swt.finder.widgets that return types with arguments of type SWTBotTreeItem
 List<SWTBotTreeItem> SWTBotTreeItem.getNodes(String nodeText)
          Gets all nodes matching the given node text.
 

Methods in org.eclipse.swtbot.swt.finder.widgets with parameters of type SWTBotTreeItem
 SWTBotTree SWTBotTree.select(SWTBotTreeItem... items)
          Selects the items in the array.