Packageorg.aswing
Classpublic class DefaultComboBoxListCellFactory
InheritanceDefaultComboBoxListCellFactory Inheritance DefaultListTextCellFactory

The default list cell factory for JComboBox drop down list.

See also

org.aswing.JComboBox


Protected Properties
 PropertyDefined by
 InheritedcellHeight : int
DefaultListTextCellFactory
 InheritedlistCellClass : Class
DefaultListTextCellFactory
 InheritedsameHeight : Boolean
DefaultListTextCellFactory
 InheritedshareCelles : Boolean
DefaultListTextCellFactory
Public Methods
 MethodDefined by
  
DefaultComboBoxListCellFactory(shareCelles:Boolean = true, sameHeight:Boolean = true)
DefaultComboBoxListCellFactory
 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
DefaultComboBoxListCellFactory()constructor
public function DefaultComboBoxListCellFactory(shareCelles:Boolean = true, sameHeight:Boolean = true)Parameters
shareCelles:Boolean (default = true)
 
sameHeight:Boolean (default = true)