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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_MenuItem.h32 jfieldID shortcut; member in struct:MenuItemIDs
/openjdk7/jdk/src/share/classes/java/awt/
H A DMenuItem.java91 return item.shortcut;
155 * on a menu item in order for its shortcut to
163 private MenuShortcut shortcut = null; field in class:MenuItem
175 * shortcut.
187 * and no keyboard shortcut. Note that use of "-" in
202 * Create a menu item with an associated keyboard shortcut.
216 this.shortcut = s;
327 * @return the menu shortcut associated with this menu item,
333 return shortcut;
338 * menu item. If a menu shortcut i
[all...]

Completed in 31 milliseconds