Package Summary  Overview Summary

class:ComboBoxUI [NONE]

Direct Known Subclasses:
BasicComboBoxUI, MultiComboBoxUI

public abstract class ComboBoxUI
extends ComponentUI
Pluggable look and feel interface for JComboBox.

constructor:ComboBoxUI() [NONE]

method:setPopupVisible(javax.swing.JComboBox,boolean) [NONE]

  • setPopupVisible

    public abstract  void setPopupVisible?(JComboBox<?> c, boolean v)
    Set the visibility of the popup
    Parameters:
    c - a JComboBox
    v - a boolean determining the visibilty of the popup
  • method:isPopupVisible(javax.swing.JComboBox) [NONE]

    isPopupVisible

    public abstract  boolean isPopupVisible?(JComboBox<?> c)
    Determine the visibility of the popup
    Parameters:
    c - a JComboBox
    Returns:
    true if popup of the JComboBox is visible

    method:isFocusTraversable(javax.swing.JComboBox) [NONE]

    isFocusTraversable

    public abstract  boolean isFocusTraversable?(JComboBox<?> c)
    Determine whether or not the combo box itself is traversable
    Parameters:
    c - a JComboBox
    Returns:
    true if the given JComboBox is traversable

    © 2020 Oracle Corporation and/or its affiliates