Access | Constructor and Description |
---|---|
protected |
Modifier and Type | Method and Description |
---|---|
public Popup | Returns: Popup that will show the JPopupMenuJPopupMenu requesting Popup popup, int Screen x location Popup is to be shown at x, int Screen y location Popup is to be shown at. y)Returns the |
public boolean | Returns: true if theMouseEvent e is the popup menu triggera e)MouseEvent Returns whether or not the given |
PopupMenuUI | back to summary |
---|---|
protected PopupMenuUI() Constructor for subclasses to call. |
getPopup | back to summary |
---|---|
public Popup getPopup(JPopupMenu popup, int x, int y) Returns the
|
isPopupTrigger | back to summary |
---|---|
public boolean isPopupTrigger(MouseEvent e) Returns whether or not the given
|