VTT Java
2010 Version

gov.nih.nlm.nls.vtt.Gui
Class VttPopupMenu

java.lang.Object
  extended by gov.nih.nlm.nls.vtt.Gui.VttPopupMenu

public class VttPopupMenu
extends java.lang.Object

This class defines GUI popup menu executed by pressing right mouse button. The actions are performed in MainPanel.

History:

Version:
V-2010
Author:
NLM NLS Development Team, clu

Constructor Summary
VttPopupMenu(VttObj vttObj)
          Create a VttPopupMenu object used in VTT with specifying vttObj.
 
Method Summary
 void Show(java.awt.event.MouseEvent evt, VttObj vttObj)
          Set VttPopupMenu to be visible (show).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VttPopupMenu

public VttPopupMenu(VttObj vttObj)
Create a VttPopupMenu object used in VTT with specifying vttObj.

Parameters:
vttObj - the vttObj Java object
Method Detail

Show

public void Show(java.awt.event.MouseEvent evt,
                 VttObj vttObj)
Set VttPopupMenu to be visible (show).

Parameters:
evt - Java mouse event object
vttObj - the vttObj Java object

VTT Java
2010 Version

Submit a bug or feature

Copyright © 2010 National Library of Medicine