javax.swing.plaf.metal
Class MetalComboBoxUI.MetalComboPopup
java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPopupMenu
javax.swing.plaf.basic.BasicComboPopup
javax.swing.plaf.metal.MetalComboBoxUI.MetalComboPopup
- All Implemented Interfaces:
- ImageObserver
, MenuContainer
, Serializable
, Accessible
, MenuElement
, ComboPopup

- Enclosing class:
- MetalComboBoxUI

Deprecated. As of Java 2 platform v1.4.
@Deprecated
public class MetalComboBoxUI.MetalComboPopup
- extends BasicComboPopup

This inner class is marked "public" due to a compiler bug.
This class should be treated as a "protected" inner class.
Instantiate it only within subclasses of .
This class is now obsolete and doesn't do anything and
is only included for backwards API compatibility. Do not call or
override.
- See Also:
- Serialized Form
Fields inherited from class javax.swing.plaf.basic.BasicComboPopup  |
autoscrollTimer , comboBox , hasEntered , isAutoScrolling , itemListener , keyListener , list , listDataListener , listMouseListener , listMouseMotionListener , listSelectionListener , mouseListener , mouseMotionListener , propertyChangeListener , SCROLL_DOWN , SCROLL_UP , scrollDirection , scroller , valueIsAdjusting  |
|
Method Summary |
void |
delegateFocus (MouseEvent e)
Deprecated. This is is a utility method that helps event handlers figure out where to
send the focus when the popup is brought up. |
Methods inherited from class javax.swing.plaf.basic.BasicComboPopup  |
autoScrollDown , autoScrollUp , computePopupBounds , configureList , configurePopup , configureScroller , convertMouseEvent , createItemListener , createKeyListener , createList , createListDataListener , createListMouseListener , createListMouseMotionListener , createListSelectionListener , createMouseListener , createMouseMotionListener , createPropertyChangeListener , createScroller , firePopupMenuCanceled , firePopupMenuWillBecomeInvisible , firePopupMenuWillBecomeVisible , getAccessibleContext , getKeyListener , getList , getMouseListener , getMouseMotionListener , getPopupHeightForRowCount , hide , installComboBoxListeners , installComboBoxModelListeners , installKeyboardActions , installListListeners , isFocusTraversable , show , startAutoScrolling , stopAutoScrolling , togglePopup , uninstallComboBoxModelListeners , uninstallingUI , uninstallKeyboardActions , updateListBoxSelectionForEvent  |
Methods inherited from class javax.swing.JPopupMenu  |
add , add , add , addMenuKeyListener , addPopupMenuListener , addSeparator , createActionChangeListener , createActionComponent , getComponent , getComponentAtIndex , getComponentIndex , getDefaultLightWeightPopupEnabled , getInvoker , getLabel , getMargin , getMenuKeyListeners , getPopupMenuListeners , getSelectionModel , getSubElements , getUI , getUIClassID , insert , insert , isBorderPainted , isLightWeightPopupEnabled , isPopupTrigger , isVisible , menuSelectionChanged , pack , paintBorder , paramString  |