public abstract class

ComboBoxUI

extends ComponentUI
java.lang.Object
   ↳ javax.swing.plaf.ComponentUI
     ↳ javax.swing.plaf.ComboBoxUI
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

Pluggable look and feel interface for JComboBox.

Summary

Public Constructors
ComboBoxUI()
Public Methods
abstract boolean isFocusTraversable(JComboBox c)
Determine whether or not the combo box itself is traversable
abstract boolean isPopupVisible(JComboBox c)
Determine the visibility of the popup
abstract void setPopupVisible(JComboBox c, boolean v)
Set the visiblity of the popup
[Expand]
Inherited Methods
From class javax.swing.plaf.ComponentUI
From class java.lang.Object

Public Constructors

public ComboBoxUI ()

Public Methods

public abstract boolean isFocusTraversable (JComboBox c)

Determine whether or not the combo box itself is traversable

public abstract boolean isPopupVisible (JComboBox c)

Determine the visibility of the popup

public abstract void setPopupVisible (JComboBox c, boolean v)

Set the visiblity of the popup