public class MenuWindow extends AbstractPanelPopupWindow
JPopupMenu.| Constructor and Description |
|---|
MenuWindow(JPopupMenu menu)
Creates the new window.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Makes this window invisible
|
boolean |
isOpen()
Tells whether this window is visible or not.
|
addListener, fireClosed, listeners, removeListener, validateBoundspublic MenuWindow(JPopupMenu menu)
menu - the menu that is managed by this windowpublic boolean isOpen()
PanelPopupWindowtrue if visiblepublic void close()
PanelPopupWindowCopyright © 2018. All rights reserved.