Uses of Class
org.eclipse.swtbot.swt.finder.SWTBot

Packages that use SWTBot
org.eclipse.swtbot.eclipse.finder   
org.eclipse.swtbot.eclipse.finder.widgets   
org.eclipse.swtbot.eclipse.gef.finder   
org.eclipse.swtbot.eclipse.gef.finder.widgets   
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.waits   
org.eclipse.swtbot.swt.finder.widgets   
 

Uses of SWTBot in org.eclipse.swtbot.eclipse.finder
 

Subclasses of SWTBot in org.eclipse.swtbot.eclipse.finder
 class SWTEclipseBot
          Deprecated. use SWTWorkbenchBot. This will be removed from future releases.
 class SWTWorkbenchBot
          SWTWorkbenchBot is a SWTBot with capabilities for testing Eclipse workbench items like views, editors and perspectives
 

Uses of SWTBot in org.eclipse.swtbot.eclipse.finder.widgets
 

Methods in org.eclipse.swtbot.eclipse.finder.widgets that return SWTBot
 SWTBot SWTBotWorkbenchPart.bot()
          Returns a SWTBot instance that matches the contents of this workbench part.
 

Uses of SWTBot in org.eclipse.swtbot.eclipse.gef.finder
 

Subclasses of SWTBot in org.eclipse.swtbot.eclipse.gef.finder
 class SWTGefBot
           
 

Uses of SWTBot in org.eclipse.swtbot.eclipse.gef.finder.widgets
 

Methods in org.eclipse.swtbot.eclipse.gef.finder.widgets that return SWTBot
 SWTBot SWTBotGefViewer.bot()
           
 

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

Subclasses of SWTBot in org.eclipse.swtbot.forms.finder
 class SWTFormsBot
          SWTFormsBot is a SWTBot with capabilities for testing eclipse forms.
 

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

Fields in org.eclipse.swtbot.swt.finder declared as SWTBot
protected  SWTBot SWTBotTestCase.bot
          An instance of SWTBot that may be used by extending items.
 

Uses of SWTBot in org.eclipse.swtbot.swt.finder.waits
 

Fields in org.eclipse.swtbot.swt.finder.waits declared as SWTBot
protected  SWTBot DefaultCondition.bot
          the SWTBot instance that this instance may use to evaluate the test.
 

Methods in org.eclipse.swtbot.swt.finder.waits with parameters of type SWTBot
 void ICondition.init(SWTBot bot)
          Initializes the condition with the given SWTBot instance.
 void DefaultCondition.init(SWTBot bot)
          Initializes the condition with the given SWTBot.
 

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

Methods in org.eclipse.swtbot.swt.finder.widgets that return SWTBot
 SWTBot SWTBotShell.bot()
          Returns a SWTBot instance that matches the contents of this shell.