public final class WindowsPopupMenuUI
extends com.sun.java.swing.plaf.windows.WindowsPopupMenuUI
PopMenuUI.
 It differs from the superclass in that it provides an option to get a
 narrow border. You can set a client property
 Options.NO_MARGIN_KEY to indicate that this popup menu
 has a border without margin. That is useful in the special case
 where the popup contains only a single component, for example
 a JScrollPane.Options.NO_MARGIN_KEYpopupMenu| Constructor and Description | 
|---|
| WindowsPopupMenuUI() | 
| Modifier and Type | Method and Description | 
|---|---|
| static ComponentUI | createUI(JComponent b) | 
| void | installDefaults() | 
| void | installListeners() | 
| protected void | uninstallListeners() | 
installKeyboardActions, installUI, isPopupTrigger, uninstallDefaults, uninstallKeyboardActions, uninstallUIcontains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, updatepublic static ComponentUI createUI(JComponent b)
public void installDefaults()
installDefaults in class BasicPopupMenuUIpublic void installListeners()
installListeners in class com.sun.java.swing.plaf.windows.WindowsPopupMenuUIprotected void uninstallListeners()
uninstallListeners in class BasicPopupMenuUICopyright © 2001-2014 JGoodies Software GmbH. All Rights Reserved.