Uses of Class
org.eclipse.swtbot.swt.finder.finders.MenuFinder

Packages that use MenuFinder
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.finders   
 

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

Constructors in org.eclipse.swtbot.forms.finder with parameters of type MenuFinder
SWTFormsBot(ControlFinder controlFinder, MenuFinder menuFinder)
          Constructs an instance of the bot using the given control finder and menu finder.
 

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

Constructors in org.eclipse.swtbot.swt.finder with parameters of type MenuFinder
SWTBot(ControlFinder controlFinder, MenuFinder menuFinder)
          Constructs an instance of the bot using the given control finder and menu finder.
 

Uses of MenuFinder in org.eclipse.swtbot.swt.finder.finders
 

Subclasses of MenuFinder in org.eclipse.swtbot.swt.finder.finders
 class ContextMenuFinder
          Finds context menus for a given control.
 class EventContextMenuFinder
          Context menu finder that uses events to get the current context menu.
 

Constructors in org.eclipse.swtbot.swt.finder.finders with parameters of type MenuFinder
Finder(ControlFinder controlFinder, MenuFinder menuFinder)
          Constructs the finder with the given control and menu finder.
Finder(Finder finder, MenuFinder menuFinder)
          Establishes the finder from an existing finder (control finder only) and the given new menu finder.