ListView.setActivation

Overview | Methods | This Package | All Packages

ListView.setActivation

Sets a value indicating the kind of action the user must take to activate an item and the kind of feedback that is given to the user to show which item the mouse pointer is over.

Syntax

public void setActivation( int value )

Parameters

value

An integer that indicates what the user must do to activate an item and what sort of visual feedback helps the user see which item the mouse pointer is currently over. Possible values are constants defined in the ItemActivation class. The default value is ItemActivation.STANDARD.

See Also   getActivation