Class ComboBoxUI

    • Constructor Detail

      • ComboBoxUI

        public ComboBoxUI()
    • Method Detail

      • setPopupVisible

        public abstract void setPopupVisible(JComboBox c,
                                             boolean v)
        Set the visibility of the popup
      • isPopupVisible

        public abstract boolean isPopupVisible(JComboBox c)
        Determine the visibility of the popup
      • isFocusTraversable

        public abstract boolean isFocusTraversable(JComboBox c)
        Determine whether or not the combo box itself is traversable