class org.aswing.tree.GeneralTreeCellFactory

@author paling

Instance Fields

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

Creates a GeneralTreeCellFactory with specified cell class.

cellClass

the cell class

function createNewCell(): TreeCell

Creates and returns a new tree cell.

returns

the tree cell

function toString(): String