Uses of Class
org.eclipse.swtbot.swt.finder.finders.Finder

Packages that use Finder
org.eclipse.swtbot.forms.finder   
org.eclipse.swtbot.swt.finder Provides convenience API that most users would like to start with. 
org.eclipse.swtbot.swt.finder.finders   
org.eclipse.swtbot.swt.finder.matchers   
 

Uses of Finder in org.eclipse.swtbot.forms.finder
 

Constructors in org.eclipse.swtbot.forms.finder with parameters of type Finder
SWTFormsBot(Finder finder)
          Constructs a bot with the given finder.
 

Uses of Finder in org.eclipse.swtbot.swt.finder
 

Constructors in org.eclipse.swtbot.swt.finder with parameters of type Finder
SWTBot(Finder finder)
          Constructs a bot with the given finder.
 

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

Constructors in org.eclipse.swtbot.swt.finder.finders with parameters of type Finder
Finder(Finder finder, MenuFinder menuFinder)
          Establishes the finder from an existing finder (control finder only) and the given new menu finder.
 

Uses of Finder in org.eclipse.swtbot.swt.finder.matchers
 

Methods in org.eclipse.swtbot.swt.finder.matchers with parameters of type Finder
static
<T extends Widget>
Matcher<T>
WidgetMatcherFactory.withLabel(String labelText, Finder finder)
          Matches a widget that has the specified labelText within the given parent.
static
<T extends Widget>
Matcher<T>
WithLabel.withLabel(String labelText, Finder finder)
          Matches a widget that has the specified labelText within the given parent.