Uses of Class
com.jgoodies.uif.component.UIFMenuItem

Packages that use UIFMenuItem
com.jgoodies.uif.builder Consist of classes that build menus and tool bars 
 

Uses of UIFMenuItem in com.jgoodies.uif.builder
 

Methods in com.jgoodies.uif.builder that return UIFMenuItem
 UIFMenuItem PopupMenuBuilder.add(String text)
          Creates a menu item for the specified text, adds it to this builder's menu and returns the new menu item.
 UIFMenuItem MenuBuilder.add(String text)
          Creates a menu item for the specified text, adds it to this builder's menu and returns the new menu item.
 UIFMenuItem PopupMenuBuilder.add(String text, Icon icon)
          Creates a menu item for the specified text and icon, adds it to this builder's menu and returns the new menu item.
 UIFMenuItem MenuBuilder.add(String text, Icon icon)
          Creates a menu item for the specified text and icon, adds it to this builder's menu and returns the new menu item.
 UIFMenuItem PopupMenuBuilder.add(String text, Icon icon, int mnemonic)
          Creates a menu item for the specified text and icon, adds it to this builder's menu and returns the new menu item.
 UIFMenuItem MenuBuilder.add(String text, Icon icon, int mnemonic)
          Creates a menu item for the specified text and icon, adds it to this builder's menu and returns the new menu item.
 UIFMenuItem PopupMenuBuilder.add(String text, int mnemonic)
          Creates a menu item for the specified text and icon, adds it to this builder's menu and returns the new menu item.
 UIFMenuItem MenuBuilder.add(String text, int mnemonic)
          Creates a menu item for the specified text and icon, adds it to this builder's menu and returns the new menu item.
 UIFMenuItem PopupMenuBuilder.add(UIFMenuItem item)
          Adds the given UIFMenuItem to this builder's menu.
 UIFMenuItem MenuBuilder.add(UIFMenuItem item)
          Adds the given UIFMenuItem to this builder's menu.
 

Methods in com.jgoodies.uif.builder with parameters of type UIFMenuItem
 UIFMenuItem PopupMenuBuilder.add(UIFMenuItem item)
          Adds the given UIFMenuItem to this builder's menu.
 UIFMenuItem MenuBuilder.add(UIFMenuItem item)
          Adds the given UIFMenuItem to this builder's menu.
 



Copyright © 2000-2008 JGoodies Karsten Lentzsch. All Rights Reserved.