public abstract class PopupMenuUI extends ComponentUI
| Constructor and Description |
|---|
PopupMenuUI()
|
| Modifier and Type | Method and Description |
|---|---|
Popup |
getPopup(JPopupMenu
Returns the
Popup that will be responsible for displaying the
JPopupMenu.
|
boolean |
isPopupTrigger(MouseEvent
|
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, updatepublic boolean isPopupTrigger(MouseEvente)
public PopupgetPopup(JPopupMenu popup, int x, int y)
Popup that will be responsible for displaying the
JPopupMenu.
popup - JPopupMenu requesting Popup
x - Screen x location Popup is to be shown at
y - Screen y location Popup is to be shown at.