Uses of Class
org.eclipse.swtbot.swt.finder.widgets.SWTBotShell

Packages that use SWTBotShell
org.eclipse.swtbot.swt.finder.waits   
org.eclipse.swtbot.swt.finder.widgets   
 

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

Methods in org.eclipse.swtbot.swt.finder.waits with parameters of type SWTBotShell
static ICondition Conditions.shellCloses(SWTBotShell shell)
          Gets the condition for checking if shells have closed.
static WaitForObjectCondition<MenuItem> Conditions.waitForMenu(SWTBotShell shell, Matcher<MenuItem> matcher)
           
 

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

Methods in org.eclipse.swtbot.swt.finder.widgets that return SWTBotShell
 SWTBotShell SWTBotShell.activate()
          Activates the shell.