class org.aswing.table.GeneralTableCellFactory
| Interfaces | |||
![]() | TableCellFactory |
| |
| Sub classes | ||||
![]() | GeneralTableCellFactoryUIResource |
| ||
@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 |

