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

Packages that use Result
org.eclipse.swtbot.swt.finder.finders   
org.eclipse.swtbot.swt.finder.results   
org.eclipse.swtbot.swt.finder.utils.internal   
org.eclipse.swtbot.swt.finder.widgets   
 

Uses of Result in org.eclipse.swtbot.swt.finder.finders
 

Methods in org.eclipse.swtbot.swt.finder.finders with parameters of type Result
static
<T> T
UIThreadRunnable.syncExec(Display display, Result<T> toExecute)
          Executes the toExecute on the display thread, and blocks the calling thread.
static
<T> T
UIThreadRunnable.syncExec(Result<T> toExecute)
          Executes the toExecute on the UI thread, and blocks the calling thread.
 

Uses of Result in org.eclipse.swtbot.swt.finder.results
 

Subinterfaces of Result in org.eclipse.swtbot.swt.finder.results
 interface BoolResult
           
 interface IntResult
           
 interface ListResult<E>
           
 interface StringResult
           
 interface WidgetResult<T extends Widget>
          Usage:
 

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

Classes in org.eclipse.swtbot.swt.finder.utils.internal that implement Result
 class NextWidgetFinder
          This object is used to find the next widget.
 class PreviousWidgetFinder
          This object finds the previous widget.
 class ReflectionInvoker
          This is an object use to invoke a method using reflections.
 class WidgetIndexFinder
          This is used to find the sibling widget and its index.
 

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

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