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

Packages that use SWTBotViewMenu
org.eclipse.swtbot.eclipse.finder.finders   
org.eclipse.swtbot.eclipse.finder.widgets   
 

Uses of SWTBotViewMenu in org.eclipse.swtbot.eclipse.finder.finders
 

Methods in org.eclipse.swtbot.eclipse.finder.finders that return types with arguments of type SWTBotViewMenu
 List<SWTBotViewMenu> ViewMenuFinder.findMenus(IViewReference view, Matcher<?> matcher, boolean recursive)
          Gets a list of all menus within the view.
 

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

Subclasses of SWTBotViewMenu in org.eclipse.swtbot.eclipse.finder.widgets
 class SWTBotCommand
          A SWTBotViewMenu represents a menu item within a view's menu.
 

Methods in org.eclipse.swtbot.eclipse.finder.widgets that return SWTBotViewMenu
 SWTBotViewMenu SWTBotView.menu(String label)
          Gets a menu item matching the give label within the partReference menu if one exists.
 SWTBotViewMenu SWTBotView.menu(String label, int index)
          Gets a menu item matching the give label within the partReference menu if one exists.
 

Methods in org.eclipse.swtbot.eclipse.finder.widgets that return types with arguments of type SWTBotViewMenu
 List<SWTBotViewMenu> SWTBotView.menus()
          Gets a list of all menus within the partReference.