Class JMenuItemMatcher

java.lang.Object
org.fest.swing.driver.JMenuItemMatcher
All Implemented Interfaces:
ComponentMatcher

public class JMenuItemMatcher extends Object implements ComponentMatcher
Matches a JMenuItem given a simple label or a menu path of the format "menu|submenu|menuitem", for example "File|Open|Can of worms". Adapted from Abbot's own JMenuItemMatcher.