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

Packages that use SWTBotMenu
org.eclipse.swtbot.eclipse.finder.widgets   
org.eclipse.swtbot.swt.finder.widgets   
 

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

Methods in org.eclipse.swtbot.eclipse.finder.widgets that return SWTBotMenu
 SWTBotMenu SWTBotEclipseEditor.contextMenu(String text)
          Gets the context menu in the editor.
 

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

Methods in org.eclipse.swtbot.swt.finder.widgets that return SWTBotMenu
 SWTBotMenu SWTBotMenu.click()
          Clicks on the menu item
protected  SWTBotMenu AbstractSWTBot.contextMenu(Control control, String text)
          Gets the context menu on the given control, matching the text.
 SWTBotMenu SWTBotTreeItem.contextMenu(String text)
           
 SWTBotMenu AbstractSWTBot.contextMenu(String text)
          Gets the context menu matching the text.
 SWTBotMenu SWTBotTableItem.contextMenu(String text)
           
 SWTBotMenu SWTBotTrayItem.contextMenu(String label)
           
 SWTBotMenu SWTBotMenu.menu(String menuName)
          Gets the menu matching the given name.
 SWTBotMenu SWTBotTrayItem.menu(String label)
          Convenience API for SWTBotTrayItem.contextMenu(String)
 SWTBotMenu SWTBotToolbarDropDownButton.menuItem(Matcher<MenuItem> matcher)
          Finds all the submenu inside this menu item that match the given matcher.
 SWTBotMenu SWTBotToolbarDropDownButton.menuItem(String menuItem)
          Finds the submenu inside this menu item.
 

Methods in org.eclipse.swtbot.swt.finder.widgets that return types with arguments of type SWTBotMenu
 List<? extends SWTBotMenu> SWTBotToolbarDropDownButton.menuItems(Matcher<MenuItem> matcher)
          Finds all the submenus inside this menu item that match the given matcher.