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

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

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

Classes in org.eclipse.swtbot.swt.finder.utils.internal that implement StringResult
 class ReflectionInvoker
          This is an object use to invoke a method using reflections.
 

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

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