interface org.aswing.ListCell extends Cell
Implementors | ||||
![]() | AbstractListCell |
|
Cell for JList
.
@see JList
@author paling
Instance Fields
![]() | Show inherited public instance fields | Hide inherited public instance fields
|
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 |