interface org.aswing.ListCell extends Cell

Cell for JList. @see JList @author paling

Instance Fields

Show inherited public instance fieldsHide inherited public instance fields

Inherited from Cell

function getCellComponent():Component
function getCellValue():Dynamic
function setCellValue(value:Dynamic):Void

function getAwmlIndex(): Int

function setListCellStatus(list:JList, isSelected:Bool, index:Int): Void

Sets the table cell status, include the owner-JList, isSelected, the cell index.

the

cell's owner, a JList

isSelected

true to set the cell selected, false to set not selected.

index

the index of the list item