JSR-209 (Final Release)

javax.microedition.plaf
Interface PopupMenuUI


public interface PopupMenuUI

Pluggable look and feel interface for JPopupMenu.


Method Summary
 boolean isPopupTrigger(java.awt.event.MouseEvent e)
          Returns true if the MouseEvent is considered a popup trigger by the JPopupMenu's currently installed UI.
 

Method Detail

isPopupTrigger

public boolean isPopupTrigger(java.awt.event.MouseEvent e)
Returns true if the MouseEvent is considered a popup trigger by the JPopupMenu's currently installed UI.

Parameters:
e - the MouseEvent to be tested
Returns:
true if the mouse event is a popup trigger
Since:
1.3

JSR-209 (Final Release)

Java and Java 2D are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
Copyright 1993 - 2006 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, U.S.A. All Rights Reserved.
Use of this specification is subject to this license.