public class BasicJidePopupMenuUI
extends javax.swing.plaf.basic.BasicPopupMenuUI
| Constructor | Description |
|---|---|
BasicJidePopupMenuUI() |
| Modifier and Type | Method | Description |
|---|---|---|
static javax.swing.Popup |
addScrollPaneIfNecessary(javax.swing.JPopupMenu popupMenu,
int x,
int y) |
Adds a scroll pane to the popup menu if the popup menu is taller than the screen boundary.
|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c) |
|
javax.swing.Popup |
getPopup(javax.swing.JPopupMenu popupMenu,
int x,
int y) |
installDefaults, installKeyboardActions, installListeners, installUI, isPopupTrigger, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUIpublic static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
public javax.swing.Popup getPopup(javax.swing.JPopupMenu popupMenu,
int x,
int y)
getPopup in class javax.swing.plaf.PopupMenuUIpublic static javax.swing.Popup addScrollPaneIfNecessary(javax.swing.JPopupMenu popupMenu,
int x,
int y)
popupMenu - the popup menu.x - the x originy - the y origin