org.starhope.rahab.ui.contextmenu
Class RightClickContextMenu

java.lang.Object
  extended by javax.swing.Popup
      extended by org.starhope.rahab.ui.contextmenu.RightClickContextMenu

public class RightClickContextMenu
extends Popup

WRITEME: Document this type. twheys@gmail.com Dec 31, 2009

Author:
Tim Heys

Field Summary
private  MessageCallBack callback
           
 
Constructor Summary
RightClickContextMenu(MessageCallBack actionCallBack)
           twheys@gmail.com Dec 31, 2009
 
Method Summary
 void show(String userNameOfInterest, MouseEvent me)
           twheys@gmail.com Dec 31, 2009
 
Methods inherited from class javax.swing.Popup
hide, show
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

callback

private final MessageCallBack callback
Constructor Detail

RightClickContextMenu

public RightClickContextMenu(MessageCallBack actionCallBack)
 twheys@gmail.com Dec 31, 2009
 
A RightClickContextMenu WRITEME...

Parameters:
actionCallBack - WRITEME
Method Detail

show

public void show(String userNameOfInterest,
                 MouseEvent me)
 twheys@gmail.com Dec 31, 2009
 
TO show WRITEME...

Parameters:
userNameOfInterest - WRITEME
me - WRITEME