Package Summary  Overview Summary

class:MetalComboBoxUI.MetalComboPopup [NONE]

constructor:MetalComboBoxUI.MetalComboPopup(javax.swing.JComboBox) [NONE]

  • MetalComboPopup

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

method:delegateFocus(java.awt.event.MouseEvent) [NONE]

  • delegateFocus

    public void delegateFocus​(MouseEvent e)
    Deprecated.
    Description copied from class: BasicComboPopup
    This 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.
    Overrides:
    delegateFocus in class BasicComboPopup
    Parameters:
    e - a mouse event

© 2019 Oracle Corporation and/or its affiliates