ComboBox.setSorted

Overview | Methods | This Package | All Packages

ComboBox.setSorted

Sets a boolean value indicating whether the items in the combo box are sorted alphabetically.

Syntax

public final void setSorted( boolean value )

Parameters

value

Set to true if the list is sorted alphabetically; otherwise, set to false. The default value is false.

See Also   getSorted