Class org.aswing.plaf.ComboBoxUI

Description

Pluggable look and feel interface for ComboBox.

Subclass shoud override the three method of this class.

Method Index

new ComboBoxUI()
isFocusTraversable(), isPopupVisible(), setPopupVisible()

Inherited from ComponentUI

Constructor Detail

ComboBoxUI

public function ComboBoxUI()

Method Detail

setPopupVisible

public function setPopupVisible(c:JComboBox, v:Boolean):Void

Set the visiblity of the popup

isPopupVisible

public function isPopupVisible(c:JComboBox):Boolean

Determine the visibility of the popup

isFocusTraversable

public function isFocusTraversable(c:JComboBox):Boolean

Determine whether or not the combo box itself is traversable