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

Packages that use ControlFinder
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   
 

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

Constructors in org.eclipse.swtbot.forms.finder with parameters of type ControlFinder
SWTFormsBot(ControlFinder controlFinder, MenuFinder menuFinder)
          Constructs an instance of the bot using the given control finder and menu finder.
 

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

Constructors in org.eclipse.swtbot.swt.finder with parameters of type ControlFinder
SWTBot(ControlFinder controlFinder, MenuFinder menuFinder)
          Constructs an instance of the bot using the given control finder and menu finder.
 

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

Subclasses of ControlFinder in org.eclipse.swtbot.swt.finder.finders
 class ChildrenControlFinder
          Finds controls matching a particular matcher in the given parent widget.
 

Constructors in org.eclipse.swtbot.swt.finder.finders with parameters of type ControlFinder
Finder(ControlFinder controlFinder, MenuFinder menuFinder)
          Constructs the finder with the given control and menu finder.