| Package | org.aswing.table |
| Interface | public interface TableCell extends Cell |
| Implementors | AbstractCellEditor, AbstractTableCell, DefaultTextCell, GeneralTableCellFactory, PoorTextCell, SortableHeaderRenderer |
| 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 | |
|
setTableCellStatus(table:JTable, isSelected:Boolean, row:int, column:int):void
Sets the table cell status, include the owner-JTable isSelected, row position, column position.
| TableCell | ||
| setTableCellStatus | () | method |
public function setTableCellStatus(table:JTable, isSelected:Boolean, row:int, column:int):voidSets the table cell status, include the owner-JTable isSelected, row position, column position.
Parameterstable:JTable — cell's owner, a JTable
|
|
isSelected:Boolean — true to set the cell selected, false to set not selected.
|
|
row:int — the row position
|
|
column:int — the column position
|