Toolkit.createScrollbar

Toolkit.createScrollbar

Class Overview | Class Members | This Package | All Packages

Syntax
protected abstract ScrollbarPeer createScrollbar( Scrollbar target )
Parameters
target
the scroll bar to be implemented.
Returns
this toolkit's implementation of Scrollbar.
Description
Creates this toolkit's implementation of Scrollbar using the specified peer interface.

See Also
Scrollbar, ScrollbarPeer