Save This Page
Home » openjdk-7 » javax » swing » plaf » [javadoc | source]
javax.swing.plaf
abstract public class: PopupMenuUI [javadoc | source]
java.lang.Object
   javax.swing.plaf.ComponentUI
      javax.swing.plaf.PopupMenuUI

Direct Known Subclasses:
    SynthPopupMenuUI, MultiPopupMenuUI, BasicPopupMenuUI

Pluggable look and feel interface for JPopupMenu.
Method from javax.swing.plaf.PopupMenuUI Summary:
getPopup,   isPopupTrigger
Methods from javax.swing.plaf.ComponentUI:
contains,   createUI,   getAccessibleChild,   getAccessibleChildrenCount,   getBaseline,   getBaselineResizeBehavior,   getMaximumSize,   getMinimumSize,   getPreferredSize,   installUI,   paint,   uninstallUI,   update
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.swing.plaf.PopupMenuUI Detail:
 public Popup getPopup(JPopupMenu popup,
    int x,
    int y) 
    Returns the Popup that will be responsible for displaying the JPopupMenu.
 public boolean isPopupTrigger(MouseEvent e)