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

Packages that use TableCollection
org.eclipse.swtbot.swt.finder.utils   
org.eclipse.swtbot.swt.finder.widgets   
 

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

Methods in org.eclipse.swtbot.swt.finder.utils that return TableCollection
 TableCollection TableCollection.add(TableRow tableRow)
          Adds a new row to the table collection.
 

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

Methods in org.eclipse.swtbot.swt.finder.widgets that return TableCollection
 TableCollection SWTBotTree.selection()
          Gets the table collection representing the selection.
 TableCollection SWTBotTable.selection()
          Gets the selected items.