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

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

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

Classes in org.eclipse.swtbot.swt.finder.utils.internal that implement WidgetResult
 class NextWidgetFinder
          This object is used to find the next widget.
 class PreviousWidgetFinder
          This object finds the previous widget.
 

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

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