class org.aswing.DefaultListCellFactory extends DefaultListTextCellFactory

The default list cell factory for JList. @see org.aswing.JList @author paling

Instance Fields

Show inherited public instance fieldsHide inherited public instance fields

Inherited from DefaultListTextCellFactory

function createNewCell():ListCell
function getCellHeight():Int
function isAllCellHasSameHeight():Bool
function isShareCells():Bool
function setCellHeight(h:Int):Void

function new(?shareCelles:Bool = true, ?sameHeight:Bool = true): Void