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

Quick Search    Search Deep

Uses of Class
java.awt.MenuComponent

Uses of MenuComponent in java.awt
 

Subclasses of MenuComponent in java.awt
 class CheckboxMenuItem
          This class implements a menu item that has a checkbox on it indicating the selected state of some option.
 class Menu
          This class represents a pull down or tear off menu in Java's AWT.
 class MenuBar
          This class implements a menu bar in the AWT system.
 class MenuItem
          This class represents an item in a menu.
 class PopupMenu
          This class implement an AWT popup menu widget
 

Methods in java.awt with parameters of type MenuComponent
 void MenuContainer.remove(MenuComponent component)
          Removes the specified menu component from the menu.
 void Component.remove(MenuComponent popup)
          Removes the specified popup menu from this component.
 void Frame.remove(MenuComponent menu)
          Removes the specified menu component from this frame.
 void Menu.remove(MenuComponent item)
          Removes the specifed item from the menu.
 void MenuBar.remove(MenuComponent menu)
          Removes the specified menu from the menu bar.