Share via


Toolkit.createCheckbox

Class Overview | Class Members | This Package | All Packages

Syntax

protected abstract CheckboxPeer createCheckbox( Checkbox target )

Parameters
  • target
    the check box to be implemented.
Returns

this toolkit's implementation of Checkbox.

Description

Creates this toolkit's implementation of Checkbox using the specified peer interface.

See Also

Checkbox, CheckboxPeer