java.lang.Object
javax.swing.plaf.basic.BasicPopupMenuUI.PopupMenuHandler
- All Implemented Interfaces:
- java.util.EventListener, javax.swing.event.PopupMenuListener
- Enclosing class:
- BasicPopupMenuUI
- private class BasicPopupMenuUI.PopupMenuHandler
- extends java.lang.Object
- implements javax.swing.event.PopupMenuListener
This listener handles PopupMenuEvents fired by JPopupMenu
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicPopupMenuUI.PopupMenuHandler
private BasicPopupMenuUI.PopupMenuHandler()
popupMenuCanceled
public void popupMenuCanceled(javax.swing.event.PopupMenuEvent event)
- This method is invoked when JPopupMenu is cancelled.
- Specified by:
popupMenuCanceled in interface javax.swing.event.PopupMenuListener
popupMenuWillBecomeInvisible
public void popupMenuWillBecomeInvisible(javax.swing.event.PopupMenuEvent event)
- This method is invoked when JPopupMenu becomes invisible
- Specified by:
popupMenuWillBecomeInvisible in interface javax.swing.event.PopupMenuListener
popupMenuWillBecomeVisible
public void popupMenuWillBecomeVisible(javax.swing.event.PopupMenuEvent event)
- This method is invoked when JPopupMenu becomes visible
- Specified by:
popupMenuWillBecomeVisible in interface javax.swing.event.PopupMenuListener