Overview | Methods | Fields | This Package | All Packages

OverviewMethodsFieldsThis PackageAll Packages

ListBox.setSorted

Sets a boolean value indicating whether the items in the list 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