Toolkit.createList

Toolkit.createList

Class Overview | Class Members | This Package | All Packages

Syntax
protected abstract ListPeer createList( List target )
Parameters
target
the list to be implemented.
Returns
this toolkit's implementation of List.
Description
Creates this toolkit's implementation of List using the specified peer interface.

See Also
List, ListPeer