FileDocCategorySizeDatePackage
ComboBoxUI.javaAPI DocJava SE 5 API821Fri Aug 26 14:58:02 BST 2005javax.swing.plaf

ComboBoxUI

public abstract class ComboBoxUI extends ComponentUI
Pluggable look and feel interface for JComboBox.
version
1.19 12/19/03
author
Arnaud Weber
author
Tom Santos

Fields Summary
Constructors Summary
Methods Summary
public abstract booleanisFocusTraversable(javax.swing.JComboBox c)
Determine whether or not the combo box itself is traversable

public abstract booleanisPopupVisible(javax.swing.JComboBox c)
Determine the visibility of the popup

public abstract voidsetPopupVisible(javax.swing.JComboBox c, boolean v)
Set the visiblity of the popup