ListCellFactory
new DefaultListCellFactory()
public function DefaultListCellFactory(shareCelles:Boolean)
shareCelles
public function createNewCell():ListCell
Description copied from ListCellFactory
Creates a new list cell.
createNewCell() in org.aswing.ListCellFactory
public function isAllCellHasSameHeight():Boolean
Return true here.
isAllCellHasSameHeight() in org.aswing.ListCellFactory
public function isShareCells():Boolean
is share cells for items.
isShareCells() in org.aswing.ListCellFactory
public function getCellHeight():Number
Returns the height for all cells.
getCellHeight() in org.aswing.ListCellFactory