Uses of Class
org.eclipse.swtbot.eclipse.finder.widgets.SWTBotView

Packages that use SWTBotView
org.eclipse.swtbot.eclipse.finder   
org.eclipse.swtbot.eclipse.gef.finder.widgets   
 

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

Methods in org.eclipse.swtbot.eclipse.finder that return SWTBotView
 SWTBotView SWTWorkbenchBot.activeView()
          Returns the active workbench view part
 SWTBotView SWTWorkbenchBot.view(Matcher<IViewReference> matcher)
          Waits for a view matching the given matcher to appear in the active workbench page and returns it
 SWTBotView SWTEclipseBot.view(String label)
          Deprecated. use SWTWorkbenchBot.viewByTitle(String)
 SWTBotView SWTEclipseBot.view(String label, int index)
          Deprecated. use SWTWorkbenchBot.viewByTitle(String)
 SWTBotView SWTWorkbenchBot.viewById(String id)
          Shortcut for view(withPartId(id))
 SWTBotView SWTWorkbenchBot.viewByTitle(String title)
          Shortcut for view(withPartName(title))
 

Methods in org.eclipse.swtbot.eclipse.finder that return types with arguments of type SWTBotView
 List<SWTBotView> SWTWorkbenchBot.views()
           
 List<SWTBotView> SWTEclipseBot.views()
          Deprecated. use SWTWorkbenchBot.views()
 List<SWTBotView> SWTWorkbenchBot.views(Matcher<?> matcher)
          Returns all views which are opened currently (no waiting!) which match the given matcher
 

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

Subclasses of SWTBotView in org.eclipse.swtbot.eclipse.gef.finder.widgets
 class SWTBotGefView