Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR-209 (Final Approval Ballot)

javax.microedition.plaf
Interface ComboBoxUI


public interface ComboBoxUI

Pluggable look and feel interface for JComboBox.


Method Summary
 boolean isFocusTraversable(JComboBox c)
          Determine whether or not the combo box itself is traversable
 boolean isPopupVisible(JComboBox c)
          Determine the visibility of the popup
 void setPopupVisible(JComboBox c, boolean v)
          Set the visiblity of the popup
 

Method Detail

setPopupVisible

public void setPopupVisible(JComboBox c,
                            boolean v)
Set the visiblity of the popup


isPopupVisible

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


isFocusTraversable

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


JSR-209 (Final Approval Ballot)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 209 specification.