pivot.wtk
Interface ListView.ItemEditor

All Superinterfaces:
Editor
All Known Implementing Classes:
ListViewItemEditor
Enclosing class:
ListView

public static interface ListView.ItemEditor
extends Editor

List item editor interface.

Author:
gbrown

Method Summary
 void edit(ListView listView, int index)
          Notifies the editor that editing should begin.
 
Methods inherited from interface pivot.wtk.Editor
cancel, isEditing, save
 

Method Detail

edit

void edit(ListView listView,
          int index)
Notifies the editor that editing should begin. If the editor is currently installed on the list view, the skin may choose to call this method when the user executes the appropriate gesture (as defined by the skin).

Parameters:
listView - The list view
index - The index of the item to edit
See Also:
ListView.setItemEditor(ItemEditor)