Uses of Class
org.gnu.gtk.MenuItem

Packages that use MenuItem
org.gnu.gtk   
 

Uses of MenuItem in org.gnu.gtk
 

Subclasses of MenuItem in org.gnu.gtk
 class CheckMenuItem
          The CheckMenuItem is a menu item that maintains the state of a boolean value in addition to the MenuItem's usual role of activating applicaiton code.
 class ImageMenuItem
          This is a MenuItem that displays an Image.
 class RadioMenuItem
          A RadioMenuItem is a CheckMenuItem that belongs to a group.
 class SeparatorMenuItem
          The SeparatorMenuItem is a separator used to group items within a menu.
 class TearoffMenuItem
           
 

Methods in org.gnu.gtk with parameters of type MenuItem
 void Menu.reorderMenuItem(MenuItem child, int position)
          Move a MenuItem to a new position within the Menu.
 void MenuShell.append(MenuItem child)
          Append a new MenuItem to the end of the MenuShell's item list.
 void MenuShell.prepend(MenuItem child)
          Adds a new MenuItem to the beginning of the MenuShell's item list.
 void MenuShell.insert(MenuItem child, int position)
          Adds a new MenuItem to the MenuShell's item list at the requested position.
 void MenuShell.selectItem(MenuItem menuItem)
          Selects the MenuItem from the MenuShell.
 void MenuShell.activateItem(MenuItem menuItem, boolean forceDeactivate)
          Activates the MenuItem within the MenuShell.
 


Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net