Module java.desktop

Class MetalComboBoxUI.MetalComboPopup

所有实现的接口:
ImageObserver, MenuContainer, Serializable, Accessible, MenuElement, ComboPopup
封装类:
MetalComboBoxUI

@Deprecated public class MetalComboBoxUI.MetalComboPopup extends BasicComboPopup
Deprecated.
As of Java 2 platform v1.4.
这个类应该被视为一个"protected"内部类。只能在MetalComboBoxUI的子类中实例化。这个类现在已经过时,不再起作用,只是为了向后兼容API而包含在内。不要调用或覆盖。
  • Constructor Details

    • MetalComboPopup

      public MetalComboPopup(JComboBox<Object> cBox)
      Deprecated.
      构造一个MetalComboPopup的新实例。
      参数:
      cBox - 一个JComboBox的实例
  • Method Details

    • delegateFocus

      public void delegateFocus(MouseEvent e)
      Deprecated.
      从类中复制的描述: BasicComboPopup
      这是一个实用方法,帮助事件处理程序确定弹出窗口弹出时焦点应发送到何处。标准实现将焦点委托给编辑器(如果组合框是可编辑的)或者如果不可编辑,则委托给JComboBox。
      覆盖:
      delegateFocus 在类 BasicComboPopup
      参数:
      e - 一个鼠标事件