com.ice.util
Class MenuProperties
java.lang.Object
|
+--com.ice.util.MenuProperties
- public class MenuProperties
- extends java.lang.Object
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 |
MenuProperties
public MenuProperties()
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.