org.eclipse.swtbot.swt.finder.results
Interface ArrayResult<T>

All Known Implementing Classes:
SiblingFinder

public interface ArrayResult<T>

A runnable that returns an array of types T.

Since:
2.0

Method Summary
 T[] run()
           
 

Method Detail

run

T[] run()
Returns:
a runnable that returns an object of type T.