public class

MetalComboBoxUI.MetalComboPopup

extends BasicComboPopup
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

This class is deprecated.
As of Java 2 platform v1.4.

Class Overview

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.

Summary

[Expand]
Inherited Constants
From class javax.swing.plaf.basic.BasicComboPopup
From class javax.swing.JComponent
From class java.awt.Component
From interface java.awt.image.ImageObserver
[Expand]
Inherited Fields
From class javax.swing.plaf.basic.BasicComboPopup
From class javax.swing.JComponent
Public Constructors
MetalComboBoxUI.MetalComboPopup(JComboBox cBox)
Public Methods
void delegateFocus(MouseEvent e)
This is is a utility method that helps event handlers figure out where to send the focus when the popup is brought up.
[Expand]
Inherited Methods
From class javax.swing.plaf.basic.BasicComboPopup
From class javax.swing.JPopupMenu
From class javax.swing.JComponent
From class java.awt.Container
From class java.awt.Component
From class java.lang.Object
From interface java.awt.MenuContainer
From interface java.awt.image.ImageObserver
From interface javax.accessibility.Accessible
From interface javax.swing.MenuElement
From interface javax.swing.plaf.basic.ComboPopup

Public Constructors

public MetalComboBoxUI.MetalComboPopup (JComboBox cBox)

Public Methods

public void delegateFocus (MouseEvent e)

This is is a utility method that helps event handlers figure out where to send the focus when the popup is brought up. The standard implementation delegates the focus to the editor (if the combo box is editable) or to the JComboBox if it is not editable.