Overview | Methods | Fields | This Package | All Packages
Creates a LabelEditEvent object.
Syntax
public LabelEditEvent( int item )
public LabelEditEvent( int item, String label )
Parameters
item
The zero-based index of the list view item containing the text to edit.
label
The new text to associate with the list view item.