Packageorg.aswing
Classpublic class DefaultComboBoxListCell
InheritanceDefaultComboBoxListCell Inheritance DefaultListCell Inheritance AbstractListCell

The list cell for combobox drop down list.



Protected Properties
 PropertyDefined by
  realBackground : ASColor
DefaultComboBoxListCell
  realForeground : ASColor
DefaultComboBoxListCell
  rolloverBackground : ASColor
DefaultComboBoxListCell
  rolloverForeground : ASColor
DefaultComboBoxListCell
 Inheritedvalue : *
AbstractListCell
Public Methods
 MethodDefined by
  
DefaultComboBoxListCell
 Inherited
DefaultListCell
 Inherited
AbstractListCell
 Inherited
setCellValue(value:*):void
DefaultListCell
  
setListCellStatus(list:JList, isSelected:Boolean, index:int):void
DefaultComboBoxListCell
Protected Methods
 MethodDefined by
 Inherited
DefaultListCell
 Inherited
DefaultListCell
  
initJLabel(jlabel:JLabel):void
DefaultComboBoxListCell
Property detail
realBackgroundproperty
protected var realBackground:ASColor
realForegroundproperty 
protected var realForeground:ASColor
rolloverBackgroundproperty 
protected var rolloverBackground:ASColor
rolloverForegroundproperty 
protected var rolloverForeground:ASColor
Constructor detail
DefaultComboBoxListCell()constructor
public function DefaultComboBoxListCell()
Method detail
initJLabel()method
protected override function initJLabel(jlabel:JLabel):voidParameters
jlabel:JLabel
setListCellStatus()method 
public override function setListCellStatus(list:JList, isSelected:Boolean, index:int):voidParameters
list:JList
 
isSelected:Boolean
 
index:int