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

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

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

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

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

Classes in org.eclipse.swtbot.swt.finder.utils.internal that implement ArrayResult
 class SiblingFinder
          Finds the siblings of a widget.
 

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

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