| 
Java™ Platform Standard Ed. 6  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PopupMenuListener
A popup menu listener
| Method Summary | |
|---|---|
 void | 
popupMenuCanceled(PopupMenuEvent e)
This method is called when the popup menu is canceled  | 
 void | 
popupMenuWillBecomeInvisible(PopupMenuEvent e)
This method is called before the popup menu becomes invisible Note that a JPopupMenu can become invisible any time  | 
 void | 
popupMenuWillBecomeVisible(PopupMenuEvent e)
This method is called before the popup menu becomes visible  | 
| Method Detail | 
|---|
void popupMenuWillBecomeVisible(PopupMenuEvent e)
void popupMenuWillBecomeInvisible(PopupMenuEvent e)
void popupMenuCanceled(PopupMenuEvent e)
  | 
Java™ Platform Standard Ed. 6  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 1993, 2010, Oracle and/or its affiliates. All rights reserved.