Searched defs:menus (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DMenuBar.java46 * <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(); field in class:MenuBar
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 o
[all...]

Completed in 22 milliseconds