Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
java.awt.MenuShortcut

Uses of MenuShortcut in java.awt
 

Fields in java.awt declared as MenuShortcut
private  MenuShortcut MenuItem.shortcut
           
 

Methods in java.awt that return MenuShortcut
 MenuShortcut MenuItem.getShortcut()
          Returns the shortcut for this menu item, which may be null.
 

Methods in java.awt with parameters of type MenuShortcut
 void MenuItem.setShortcut(MenuShortcut shortcut)
          Sets the shortcut for this menu item to the specified value.
 MenuItem MenuBar.getShortcutMenuItem(MenuShortcut shortcut)
          Returns the menu item for the specified shortcut, or null if no such item exists.
 void MenuBar.deleteShortcut(MenuShortcut shortcut)
          Deletes the specified menu shortcut.
 boolean MenuShortcut.equals(MenuShortcut obj)
          Tests this object for equality against the specified object.
 

Constructors in java.awt with parameters of type MenuShortcut
MenuItem(java.lang.String label, MenuShortcut shortcut)
          Initializes a new instance of MenuItem with the specified label and shortcut.