interface org.aswing.table.TableCell extends Cell
| Implementors | ||||||||
![]() | AbstractTableCell, DefaultTextCell, PoorTextCell |
| ||||||
@author paling
Instance Fields
![]() | Show inherited public instance fields | Hide inherited public instance fields
|
function setTableCellStatus(table:JTable, isSelected:Bool, row:Int, column:Int): Void
Sets the table cell status, include the owner-JTable isSelected, row position, column position.
| the | cell's owner, a JTable |
| isSelected | true to set the cell selected, false to set not selected. |
| row | the row position |
| column | the column position |

