Uses of Class
org.gnu.gtk.Item

Packages that use Item
org.gnu.gtk   
 

Uses of Item in org.gnu.gtk
 

Subclasses of Item 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 MenuItem
          The MenuItem widget and derived widgets are the only valid children for Menus.
 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 Item
 void Combo.setItemString(Item item, java.lang.String itemValue)
          Sets the string to place in the Entry field when a particular item is selected.
 


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