public class AquaPopupMenuUI
extends javax.swing.plaf.basic.BasicPopupMenuUI
| Constructor and Description |
|---|
AquaPopupMenuUI() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clipEdges(java.awt.Graphics2D g2d,
java.awt.Rectangle popupBounds) |
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent x) |
boolean |
isPopupTrigger(java.awt.event.MouseEvent e) |
void |
paint(java.awt.Graphics g,
javax.swing.JComponent c) |
protected void |
paintRoundRect(java.awt.Graphics2D g2d,
java.awt.Rectangle popupBounds) |
installDefaults, installKeyboardActions, installListeners, installUI, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUIpublic static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent x)
public boolean isPopupTrigger(java.awt.event.MouseEvent e)
isPopupTrigger in class javax.swing.plaf.basic.BasicPopupMenuUIpublic void paint(java.awt.Graphics g,
javax.swing.JComponent c)
paint in class javax.swing.plaf.ComponentUIprotected void paintRoundRect(java.awt.Graphics2D g2d,
java.awt.Rectangle popupBounds)
protected void clipEdges(java.awt.Graphics2D g2d,
java.awt.Rectangle popupBounds)