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

Packages that use SWTBotTree
org.eclipse.swtbot.swt.finder Provides convenience API that most users would like to start with. 
org.eclipse.swtbot.swt.finder.waits   
org.eclipse.swtbot.swt.finder.widgets   
 

Uses of SWTBotTree in org.eclipse.swtbot.swt.finder
 

Methods in org.eclipse.swtbot.swt.finder that return SWTBotTree
 SWTBotTree SWTBot.tree()
           
 SWTBotTree SWTBot.tree(int index)
           
 SWTBotTree SWTBot.treeInGroup(String inGroup)
           
 SWTBotTree SWTBot.treeInGroup(String inGroup, int index)
           
 SWTBotTree SWTBot.treeWithId(String value)
           
 SWTBotTree SWTBot.treeWithId(String value, int index)
           
 SWTBotTree SWTBot.treeWithId(String key, String value)
           
 SWTBotTree SWTBot.treeWithId(String key, String value, int index)
           
 SWTBotTree SWTBot.treeWithLabel(String label)
           
 SWTBotTree SWTBot.treeWithLabel(String label, int index)
           
 SWTBotTree SWTBot.treeWithLabelInGroup(String label, String inGroup)
           
 SWTBotTree SWTBot.treeWithLabelInGroup(String label, String inGroup, int index)
           
 

Uses of SWTBotTree in org.eclipse.swtbot.swt.finder.waits
 

Methods in org.eclipse.swtbot.swt.finder.waits with parameters of type SWTBotTree
static ICondition Conditions.treeHasRows(SWTBotTree tree, int rowCount)
          Gets the condition for checking trees have the proper number of rows.
 

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

Methods in org.eclipse.swtbot.swt.finder.widgets that return SWTBotTree
 SWTBotTree SWTBotTree.select(int... indices)
          Select the indexes provided.
 SWTBotTree SWTBotTree.select(String... items)
          Selects the items matching the array list.
 SWTBotTree SWTBotTree.select(SWTBotTreeItem... items)
          Selects the items in the array.
 SWTBotTree SWTBotTree.unselect()
          Unselects the selection in the tree.