interface org.aswing.table.TableCell extends Cell

@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 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