com.jxcell
Class ContextMenu

java.lang.Object
  extended byObj
      extended bycom.jxcell.ContextMenu
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, javax.swing.event.PopupMenuListener

public class ContextMenu
extends Obj
implements javax.swing.event.PopupMenuListener, java.awt.event.ActionListener

See Also:
Serialized Form

Constructor Summary
ContextMenu(View view)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent actionevent)
           
 void clearPopup()
           
 void destroy()
           
 void popupMenuCanceled(javax.swing.event.PopupMenuEvent e)
           
 void popupMenuWillBecomeInvisible(javax.swing.event.PopupMenuEvent e)
           
 void popupMenuWillBecomeVisible(javax.swing.event.PopupMenuEvent e)
           
 void showPopupMenu(int x, int y)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextMenu

public ContextMenu(View view)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent actionevent)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

destroy

public void destroy()

showPopupMenu

public void showPopupMenu(int x,
                          int y)

popupMenuCanceled

public void popupMenuCanceled(javax.swing.event.PopupMenuEvent e)
Specified by:
popupMenuCanceled in interface javax.swing.event.PopupMenuListener

popupMenuWillBecomeInvisible

public void popupMenuWillBecomeInvisible(javax.swing.event.PopupMenuEvent e)
Specified by:
popupMenuWillBecomeInvisible in interface javax.swing.event.PopupMenuListener

popupMenuWillBecomeVisible

public void popupMenuWillBecomeVisible(javax.swing.event.PopupMenuEvent e)
Specified by:
popupMenuWillBecomeVisible in interface javax.swing.event.PopupMenuListener

clearPopup

public void clearPopup()