Lines Matching defs:menus
46 * <alt="Diagram of MenuBar containing 2 menus: Examples and Options.
51 * along to its child menus.
85 return menuBar.menus;
92 * actual menus that will be part of the MenuBar.
97 Vector menus = new Vector();
225 menus.addElement(m);
248 menus.removeElementAt(index);
265 int index = menus.indexOf(m);
273 * Gets the number of menus on the menu bar.
274 * @return the number of menus on the menu bar.
295 return menus.size();
312 return (Menu)menus.elementAt(i);
376 // Pass MenuShortcut on to child menus.
400 * fields of Menubar menus here.
440 for (int i = 0; i < menus.size(); i++) {
441 Menu m = (Menu)menus.elementAt(i);
477 return menus.indexOf(child);