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

/openjdk7/jdk/src/share/classes/java/awt/
H A DMenu.java37 * A <code>Menu</code> object is a pull-down menu component
50 * (an instance of <code>Menu</code>), or a check box (an instance of
58 public class Menu extends MenuItem implements MenuContainer, Accessible { class in inherits:MenuItem,MenuContainer,Accessible
69 public Vector getItems(Menu menu) {
76 * A vector of the items that will be part of the Menu.
99 * if the Menu in question is actually a help
123 public Menu() throws HeadlessException { method in class:Menu
136 public Menu(String label) throws HeadlessException { method in class:Menu
156 public Menu(String label, boolean tearOff) throws HeadlessException { method in class:Menu
166 synchronized (Menu
[all...]

Completed in 30 milliseconds