|
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package | Description |
|---|---|
| javax.swing.event | Provides for events fired by Swing components. |
| Uses of PopupMenuEvent in javax.swing.event |
|---|
| Modifier and Type | Method and Description |
|---|---|
void |
PopupMenuListener.popupMenuCanceled(PopupMenuEvent e)
This method is called when the popup menu is canceled |
void |
PopupMenuListener.popupMenuWillBecomeInvisible(PopupMenuEvent e)
This method is called before the popup menu becomes invisible Note that a JPopupMenu can become invisible any time |
void |
PopupMenuListener.popupMenuWillBecomeVisible(PopupMenuEvent e)
This method is called before the popup menu becomes visible |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.