JIDE Common Layer 3.5.3

com.jidesoft.plaf.aqua
Class AquaJidePopupMenuUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.PopupMenuUI
          extended by com.jidesoft.plaf.aqua.AquaJidePopupMenuUI

public class AquaJidePopupMenuUI
extends PopupMenuUI


Constructor Summary
AquaJidePopupMenuUI()
           
 
Method Summary
static ComponentUI createUI(JComponent c)
           
 Popup getPopup(JPopupMenu popupMenu, int x, int y)
           
 
Methods inherited from class javax.swing.plaf.PopupMenuUI
isPopupTrigger
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AquaJidePopupMenuUI

public AquaJidePopupMenuUI()
Method Detail

createUI

public static ComponentUI createUI(JComponent c)

getPopup

public Popup getPopup(JPopupMenu popupMenu,
                      int x,
                      int y)
Overrides:
getPopup in class PopupMenuUI

JIDE Common Layer 3.5.3