| Package | org.aswing.table |
| Class | public class AbstractTableCell |
| Implements | TableCell |
| Property | Defined by | ||
|---|---|---|---|
| value : * | AbstractTableCell | ||
| Method | Defined by | ||
|---|---|---|---|
| AbstractTableCell | |||
|
Subclass should override this method
| AbstractTableCell | ||
|
getCellValue():*
| AbstractTableCell | ||
|
setCellValue(value:*):void
| AbstractTableCell | ||
|
setTableCellStatus(table:JTable, isSelected:Boolean, row:int, column:int):void
| AbstractTableCell | ||
| value | property |
protected var value:*
| AbstractTableCell | () | constructor |
public function AbstractTableCell()
| getCellComponent | () | method |
| getCellValue | () | method |
public function getCellValue():*
Returns
* |
| setCellValue | () | method |
public function setCellValue(value:*):voidParameters
value:* |
| setTableCellStatus | () | method |
public function setTableCellStatus(table:JTable, isSelected:Boolean, row:int, column:int):voidParameters
table:JTable |
|
isSelected:Boolean |
|
row:int |
|
column:int |