Module java.desktop

Class MetalComboBoxUI.MetalComboPopup

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, MenuElement, ComboPopup
Enclosing class:
MetalComboBoxUI

@Deprecated
public class MetalComboBoxUI.MetalComboPopup
extends BasicComboPopup
Deprecated.
As of Java 2 platform v1.4.
This class should be treated as a "protected" inner class. Instantiate it only within subclasses of MetalComboBoxUI. This class is now obsolete and doesn't do anything and is only included for backwards API compatibility. Do not call or override.
  • Constructor Details

    • MetalComboPopup

      public MetalComboPopup​(JComboBox<Object> cBox)
      Deprecated.
      Constructs a new instance of MetalComboPopup.
      Parameters:
      cBox - an instance of JComboBox