| Package | Description |
|---|---|
| javax.swing.event |
Provides for events fired by Swing components.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PopupMenuListener.popupMenuCanceled(PopupMenuEvent
This method is called when the popup menu is canceled
|
void |
PopupMenuListener.popupMenuWillBecomeInvisible(PopupMenuEvent
This method is called before the popup menu becomes invisible Note that a JPopupMenu can become invisible any time
|
void |
PopupMenuListener.popupMenuWillBecomeVisible(PopupMenuEvent
This method is called before the popup menu becomes visible
|