class org.aswing.table.AbstractTableCell

Abstract table cell. @author senkay

Instance Fields

function new(): Void

function getCellComponent(): Component

Subclass should override this method

function getCellValue(): Dynamic

function setCellValue(value:Dynamic): Void

function setTableCellStatus(table:JTable, isSelected:Bool, row:Int, column:Int): Void