Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PopupMenuListener extends EventListener
A popup menu listener
Modifier and Type | Method and Description |
---|---|
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. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.