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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJMenuItem.java48 * associated with the menu item is performed. A <code>JMenuItem</code>
90 public class JMenuItem extends AbstractButton implements Accessible,MenuElement { class in inherits:AbstractButton,Accessible,MenuElement
106 * Creates a <code>JMenuItem</code> with no set text or icon.
108 public JMenuItem() { method in class:JMenuItem
113 * Creates a <code>JMenuItem</code> with the specified icon.
115 * @param icon the icon of the <code>JMenuItem</code>
117 public JMenuItem(Icon icon) { method in class:JMenuItem
122 * Creates a <code>JMenuItem</code> with the specified text.
124 * @param text the text of the <code>JMenuItem</code>
126 public JMenuItem(Strin method in class:JMenuItem
137 public JMenuItem(Action a) { method in class:JMenuItem
148 public JMenuItem(String text, Icon icon) { method in class:JMenuItem
161 public JMenuItem(String text, int mnemonic) { method in class:JMenuItem
[all...]

Completed in 22 milliseconds