Uses of Interface
org.eclipse.swtbot.swt.finder.results.IntResult

Packages that use IntResult
org.eclipse.swtbot.swt.finder.utils.internal   
org.eclipse.swtbot.swt.finder.widgets   
 

Uses of IntResult in org.eclipse.swtbot.swt.finder.utils.internal
 

Classes in org.eclipse.swtbot.swt.finder.utils.internal that implement IntResult
 class WidgetIndexFinder
          This is used to find the sibling widget and its index.
 

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

Methods in org.eclipse.swtbot.swt.finder.widgets with parameters of type IntResult
protected  int AbstractSWTBot.syncExec(IntResult toExecute)
          Invokes Result.run() synchronously on the UI thread.