Packageorg.aswing
Classpublic class DefaultListCellFactory
InheritanceDefaultListCellFactory Inheritance DefaultListTextCellFactory

The default list cell factory for JList.

See also

org.aswing.JList


Protected Properties
 PropertyDefined by
 InheritedcellHeight : int
DefaultListTextCellFactory
 InheritedlistCellClass : Class
DefaultListTextCellFactory
 InheritedsameHeight : Boolean
DefaultListTextCellFactory
 InheritedshareCelles : Boolean
DefaultListTextCellFactory
Public Methods
 MethodDefined by
  
DefaultListCellFactory(shareCelles:Boolean = true, sameHeight:Boolean = true)
DefaultListCellFactory
 Inherited
DefaultListTextCellFactory
 Inherited
Returns the height for all cells
DefaultListTextCellFactory
 Inherited
DefaultListTextCellFactory
 Inherited
isShareCells():Boolean
DefaultListTextCellFactory
 Inherited
setCellHeight(h:int):void
Sets the height for all cells
DefaultListTextCellFactory
Constructor detail
DefaultListCellFactory()constructor
public function DefaultListCellFactory(shareCelles:Boolean = true, sameHeight:Boolean = true)Parameters
shareCelles:Boolean (default = true)
 
sameHeight:Boolean (default = true)