Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR-209 (Final Approval Ballot)

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 Approval Ballot)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 209 specification.