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

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

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

Methods in org.eclipse.swtbot.swt.finder that return SWTBotTable
 SWTBotTable SWTBot.table()
           
 SWTBotTable SWTBot.table(int index)
           
 SWTBotTable SWTBot.tableInGroup(String inGroup)
           
 SWTBotTable SWTBot.tableInGroup(String inGroup, int index)
           
 SWTBotTable SWTBot.tableWithId(String value)
           
 SWTBotTable SWTBot.tableWithId(String value, int index)
           
 SWTBotTable SWTBot.tableWithId(String key, String value)
           
 SWTBotTable SWTBot.tableWithId(String key, String value, int index)
           
 SWTBotTable SWTBot.tableWithLabel(String label)
           
 SWTBotTable SWTBot.tableWithLabel(String label, int index)
           
 SWTBotTable SWTBot.tableWithLabelInGroup(String label, String inGroup)
           
 SWTBotTable SWTBot.tableWithLabelInGroup(String label, String inGroup, int index)
           
 

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

Methods in org.eclipse.swtbot.swt.finder.waits with parameters of type SWTBotTable
static ICondition Conditions.tableHasRows(SWTBotTable table, int rowCount)
          Gets the condition for checking tables have the proper number of rows.