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

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

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

Methods in org.eclipse.swtbot.swt.finder.widgets that return SWTBotTableItem
 SWTBotTableItem SWTBotTableItem.click()
          Clicks on this node.
 SWTBotTableItem SWTBotTable.getTableItem(int row)
          Gets the table item matching the given row number.
 SWTBotTableItem SWTBotTable.getTableItem(String itemText)
          Gets the table item matching the given name.
 SWTBotTableItem SWTBotTableItem.select()
          Selects the current table item.