Packageorg.aswing
Classpublic class DefaultListCell
InheritanceDefaultListCell Inheritance AbstractListCell
SubclassesDefaultComboBoxListCell

Default list cell, render item value.toString() text.



Protected Properties
 PropertyDefined by
 Inheritedvalue : *
AbstractListCell
Public Methods
 MethodDefined by
  
DefaultListCell
  
DefaultListCell
 Inherited
AbstractListCell
  
setCellValue(value:*):void
DefaultListCell
 Inherited
setListCellStatus(list:JList, isSelected:Boolean, index:int):void
AbstractListCell
Protected Methods
 MethodDefined by
  
DefaultListCell
  
DefaultListCell
  
initJLabel(jlabel:JLabel):void
DefaultListCell
Constructor detail
DefaultListCell()constructor
public function DefaultListCell()
Method detail
__resized()method
protected function __resized(e:ResizedEvent):voidParameters
e:ResizedEvent
getCellComponent()method 
public override function getCellComponent():Component

Returns
Component
getJLabel()method 
protected function getJLabel():JLabel

Returns
JLabel
initJLabel()method 
protected function initJLabel(jlabel:JLabel):voidParameters
jlabel:JLabel
setCellValue()method 
public override function setCellValue(value:*):voidParameters
value:*