API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.event. PopupMenuListener View Source
Author(s)
Arnaud Weber
Since
Version
1.10 11/17/05
Serial
Hierarchy
 EventListener
      PopupMenuListener
Subinterfaces
Description
public interface PopupMenuListener
A popup menu listener
See also:   
Methods
Hide/Show inherited methods
public void popupMenuCanceled (PopupMenuEvent e)
This method is called when the popup menu is canceled
public void popupMenuWillBecomeInvisible (PopupMenuEvent e)
This method is called before the popup menu becomes invisible Note that a JPopupMenu can become invisible any time
public void popupMenuWillBecomeVisible (PopupMenuEvent e)
This method is called before the popup menu becomes visible
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar