JSR-209 (Final Release)

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 Release)

Java and Java 2D are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
Copyright 1993 - 2006 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, U.S.A. All Rights Reserved.
Use of this specification is subject to this license.