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

Packages that use VoidResult
org.eclipse.swtbot.swt.finder.finders   
org.eclipse.swtbot.swt.finder.widgets   
 

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

Methods in org.eclipse.swtbot.swt.finder.finders with parameters of type VoidResult
static void UIThreadRunnable.asyncExec(Display display, VoidResult toExecute)
          Executes the toExecute on the UI thread asynchronously, and does not block the calling thread.
static void UIThreadRunnable.asyncExec(VoidResult toExecute)
          Executes the toExecute on the UI thread asynchronously, and does not block the calling thread.
static void UIThreadRunnable.syncExec(Display display, VoidResult toExecute)
          Executes the toExecute on the display thread, and blocks the calling thread.
static void UIThreadRunnable.syncExec(VoidResult toExecute)
          Executes the toExecute on the UI thread, and blocks the calling thread.
 

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

Methods in org.eclipse.swtbot.swt.finder.widgets with parameters of type VoidResult
protected  void AbstractSWTBot.asyncExec(VoidResult toExecute)
          Invokes Result.run() asynchronously on the UI thread.
protected  void AbstractSWTBot.syncExec(VoidResult toExecute)
          Invokes run() on the UI thread.