Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.swing.plaf.basic
Class BasicPopupMenuUI.PopupMenuHandler  view BasicPopupMenuUI.PopupMenuHandler download BasicPopupMenuUI.PopupMenuHandler.java

java.lang.Object
  extended byjavax.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


Constructor Summary
private BasicPopupMenuUI.PopupMenuHandler()
           
 
Method Summary
 void popupMenuCanceled(javax.swing.event.PopupMenuEvent event)
          This method is invoked when JPopupMenu is cancelled.
 void popupMenuWillBecomeInvisible(javax.swing.event.PopupMenuEvent event)
          This method is invoked when JPopupMenu becomes invisible
 void popupMenuWillBecomeVisible(javax.swing.event.PopupMenuEvent event)
          This method is invoked when JPopupMenu becomes visible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicPopupMenuUI.PopupMenuHandler

private BasicPopupMenuUI.PopupMenuHandler()
Method Detail

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