com.ice.util
Class MenuProperties

java.lang.Object
  |
  +--com.ice.util.MenuProperties

public class MenuProperties
extends java.lang.Object


Constructor Summary
MenuProperties()
           
 
Method Summary
static void addGenericItem(javax.swing.JComponent menu, javax.swing.JComponent item)
           
static void addMenuItems(javax.swing.JComponent menu, java.lang.String menuPropertyName, java.awt.event.ActionListener listener)
           
static javax.swing.JPopupMenu loadPopupMenu(java.lang.String menuPropertyName, java.awt.event.ActionListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MenuProperties

public MenuProperties()
Method Detail

loadPopupMenu

public static javax.swing.JPopupMenu loadPopupMenu(java.lang.String menuPropertyName,
                                                   java.awt.event.ActionListener listener)

addGenericItem

public static void addGenericItem(javax.swing.JComponent menu,
                                  javax.swing.JComponent item)

addMenuItems

public static void addMenuItems(javax.swing.JComponent menu,
                                java.lang.String menuPropertyName,
                                java.awt.event.ActionListener listener)


Copyright © 1997-2003, Timothy G. Endres, All Rights Reserved.