com.ice.pref
Class MenuPrefs
java.lang.Object
|
+--com.ice.pref.MenuPrefs
- public class MenuPrefs
- extends java.lang.Object
Method Summary |
static void |
addGenericItem(javax.swing.JComponent menu,
javax.swing.JComponent item)
|
static void |
addMenuItems(UserPrefs prefs,
javax.swing.JComponent menu,
java.lang.String menuPropertyName,
java.awt.event.ActionListener listener)
|
static javax.swing.JPopupMenu |
loadPopupMenu(UserPrefs prefs,
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 |
MenuPrefs
public MenuPrefs()
loadPopupMenu
public static javax.swing.JPopupMenu loadPopupMenu(UserPrefs prefs,
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(UserPrefs prefs,
javax.swing.JComponent menu,
java.lang.String menuPropertyName,
java.awt.event.ActionListener listener)
Copyright © 1997-2003, Timothy G. Endres, All Rights Reserved.