class org.aswing.table.GeneralTableCellFactory

@author paling

Instance Fields

function new(cellClass:Class<Dynamic>): Void

Creates a TableCellFactory with specified cell class.

cellClass

the cell class

function createNewCell(isHeader:Bool): TableCell

Creates and returns a new table cell.

isHeader

is it a header cell

returns

the table cell

function toString(): String