| Package | org.aswing |
| Interface | public interface ListCell extends Cell |
| Implementors | AbstractListCell, DefaultListTextCellFactory, GeneralListCellFactory |
JList.
See also
| Method | Defined by | ||
|---|---|---|---|
![]() |
Return the represent component of this cell.
| Cell | |
![]() |
getCellValue():*
Returns the value of the cell.
| Cell | |
![]() |
setCellValue(value:*):void
Sets the value of this cell.
| Cell | |
|
setListCellStatus(list:JList, isSelected:Boolean, index:int):void
Sets the table cell status, include the owner-JList, isSelected, the cell index.
| ListCell | ||
| setListCellStatus | () | method |
public function setListCellStatus(list:JList, isSelected:Boolean, index:int):voidSets the table cell status, include the owner-JList, isSelected, the cell index.
Parameterslist:JList — cell's owner, a JList
|
|
isSelected:Boolean — true to set the cell selected, false to set not selected.
|
|
index:int — the index of the list item
|