Packageorg.aswing
Classpublic class AbstractListCell
ImplementsListCell
SubclassesDefaultListCell

Abstract list cell.



Protected Properties
 PropertyDefined by
  value : *
AbstractListCell
Public Methods
 MethodDefined by
  
AbstractListCell
  
Subclass should override this method
AbstractListCell
  
AbstractListCell
  
setCellValue(value:*):void
AbstractListCell
  
setListCellStatus(list:JList, isSelected:Boolean, index:int):void
AbstractListCell
Property detail
valueproperty
protected var value:*
Constructor detail
AbstractListCell()constructor
public function AbstractListCell()
Method detail
getCellComponent()method
public function getCellComponent():Component

Subclass should override this method

Returns
Component
getCellValue()method 
public function getCellValue():*

Returns
*
setCellValue()method 
public function setCellValue(value:*):voidParameters
value:*
setListCellStatus()method 
public function setListCellStatus(list:JList, isSelected:Boolean, index:int):voidParameters
list:JList
 
isSelected:Boolean
 
index:int