uk.ac.essex.ia.action
Class PopupManager

java.lang.Object
  extended by uk.ac.essex.ia.action.PopupManager

public class PopupManager
extends java.lang.Object


Date: 15-Jul-2002


Method Summary
static PopupManager getInstance()
           
 javax.swing.JPopupMenu getJPopupMenu(java.lang.Class classToGetMenuFor)
          Get the popup menu for the given class
 javax.swing.JPopupMenu getJPopupMenu(java.lang.Class c, java.lang.Object source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static PopupManager getInstance()
Returns:

getJPopupMenu

public javax.swing.JPopupMenu getJPopupMenu(java.lang.Class classToGetMenuFor)
Get the popup menu for the given class

Parameters:
classToGetMenuFor -

getJPopupMenu

public javax.swing.JPopupMenu getJPopupMenu(java.lang.Class c,
                                            java.lang.Object source)