Uses of Class java.awt.MenuItem

Uses in package gnu.java.awt.peer.x

Methods with parameter type java.awt.MenuItem

MenuItemPeer

Uses in package gnu.awt.xlib

Methods with parameter type java.awt.MenuItem

MenuItemPeer

Uses in package gnu.java.awt.peer.headless

Methods with parameter type java.awt.MenuItem

MenuItemPeer

Uses in package gnu.java.awt.peer.swing

Constructors with parameter type java.awt.MenuItem

Creates a new instance of SwingMenuItemPeer.

Methods with parameter type java.awt.MenuItem

void
Adds a menu item to this menu.
MenuItemPeer
Creates a SwingMenuItemPeer.

Uses in package gnu.java.awt.peer.qt

Constructors with parameter type java.awt.MenuItem

Methods with parameter type java.awt.MenuItem

void
MenuItemPeer

Uses in package java.awt.peer

Methods with parameter type java.awt.MenuItem

void

Uses in package gnu.java.awt.peer.gtk

Constructors with parameter type java.awt.MenuItem

Creates a new GtkMenuItemPeer associated with the given MenuItem.

Methods with parameter type java.awt.MenuItem

void
MenuItemPeer

Uses in package java.awt

Classes derived from java.awt.MenuItem

class
This class implements a menu item that has a checkbox on it indicating the selected state of some option.
class
This class represents a pull down or tear off menu in Java's AWT.
class
This class implement an AWT popup menu widget

Methods with parameter type java.awt.MenuItem

MenuItem
Adds the specified item to this menu.
MenuItemPeer
Creates a peer object for the specified MenuItem.
void
Menu.insert(MenuItem item, int index)
Inserts the specified menu item into this menu at the specified index.

Methods with return type java.awt.MenuItem

MenuItem
Adds the specified item to this menu.
MenuItem
Menu.getItem(int index)
Returns the item at the specified index.
MenuItem
Returns the menu item for the specified shortcut, or null if no such item exists.