Where Am I? Class Hierarchy (JFC) All Classes (JFC)

Interface com.sun.java.swing.event.PopupMenuListener

public interface PopupMenuListener
extends EventListener

A popup menu listener


Method Index

popupMenuCanceled(PopupMenuEvent)
This method is called when the popup menu is canceled
popupMenuWillBecomeInvisible(PopupMenuEvent)
This method is called before the popup menu becomes invisible Note that a JPopupMenu can become invisible any time
popupMenuWillBecomeVisible(PopupMenuEvent)
This method is called before the popup menu becomes visible

Methods

popupMenuWillBecomeVisible
 public abstract void popupMenuWillBecomeVisible(PopupMenuEvent e)
This method is called before the popup menu becomes visible

popupMenuWillBecomeInvisible
 public abstract void popupMenuWillBecomeInvisible(PopupMenuEvent e)
This method is called before the popup menu becomes invisible Note that a JPopupMenu can become invisible any time

popupMenuCanceled
 public abstract void popupMenuCanceled(PopupMenuEvent e)
This method is called when the popup menu is canceled


Where Am I? Class Hierarchy (JFC) All Classes (JFC)