Java Platform 1.2
Beta 4

Uses of Class
com.sun.java.swing.JMenuItem

Packages that use JMenuItem
com.sun.java.swing Provides a set of "lightweight" (all-Java
 

Uses of JMenuItem in com.sun.java.swing
 

Subclasses of JMenuItem in com.sun.java.swing
  JCheckBoxMenuItem
          A menu item that can be selected or deselected.
  JMenu
          An implementation of a menu -- a popup window containing JMenuItems that is displayed when the user selects an item on the JMenuBar.
  JRadioButtonMenuItem
          An implementation of a RadioButtonMenuItem.
 

Methods in com.sun.java.swing that return JMenuItem
 JMenuItem JMenu.add(JMenuItem menuItem)
          Appends a menuitem to the end of this menu.
 JMenuItem JMenu.add(String s)
          Creates a new menuitem with the specified text and appends it to the end of this menu.
 JMenuItem JMenu.add(Action a)
          Creates a new menuitem attached to the specified Action object and appends it to the end of this menu.
 JMenuItem JMenu.insert(JMenuItem mi, int pos)
          Insert the specified JMenuitem at a given position.
 JMenuItem JMenu.insert(Action a, int pos)
          Insert a new menuitem attached to the specified Action object at a given position.
 JMenuItem JMenu.getItem(int pos)
          Returns the JMenuItem at the specified position.
 JMenuItem JPopupMenu.add(JMenuItem menuItem)
          Appends the specified menu item to the end of this menu.
 JMenuItem JPopupMenu.add(String s)
          Creates a new menuitem with the specified text and appends it to the end of this menu.
 JMenuItem JPopupMenu.add(Action a)
          Append a new menuitem to the end of the menu which dispatches the specified Action object.
 

Methods in com.sun.java.swing with parameters of type JMenuItem
 JMenuItem JMenu.add(JMenuItem menuItem)
          Appends a menuitem to the end of this menu.
protected  PropertyChangeListener JMenu.createActionChangeListener(JMenuItem b)
           
 JMenuItem JMenu.insert(JMenuItem mi, int pos)
          Insert the specified JMenuitem at a given position.
 void JMenu.remove(JMenuItem item)
          Removes the specified menu item from this menu.
 JMenuItem JPopupMenu.add(JMenuItem menuItem)
          Appends the specified menu item to the end of this menu.
protected  PropertyChangeListener JPopupMenu.createActionChangeListener(JMenuItem b)
           
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.