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

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

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

Methods in org.eclipse.swtbot.swt.finder.utils that return TableRow
 TableRow TableCollection.get(int row)
          Gets the row at the given index.
 

Methods in org.eclipse.swtbot.swt.finder.utils with parameters of type TableRow
 TableCollection TableCollection.add(TableRow tableRow)
          Adds a new row to the table collection.
 

Constructors in org.eclipse.swtbot.swt.finder.utils with parameters of type TableRow
TableCollection(TableRow tableRow)
           
TableCollection(TableRow[] tableRows)
          Cosntructs the table collection with the given table rows as an array.
 

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

Methods in org.eclipse.swtbot.swt.finder.widgets that return TableRow
 TableRow SWTBotTreeItem.row()
          Returns the table row representation of cell values