Packageorg.aswing.table
Classpublic class AbstractTableCell
ImplementsTableCell

Abstract table cell.



Protected Properties
 PropertyDefined by
  value : *
AbstractTableCell
Public Methods
 MethodDefined by
  
AbstractTableCell
  
Subclass should override this method
AbstractTableCell
  
AbstractTableCell
  
setCellValue(value:*):void
AbstractTableCell
  
setTableCellStatus(table:JTable, isSelected:Boolean, row:int, column:int):void
AbstractTableCell
Property detail
valueproperty
protected var value:*
Constructor detail
AbstractTableCell()constructor
public function AbstractTableCell()
Method detail
getCellComponent()method
public function getCellComponent():Component

Subclass should override this method

Returns
Component
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