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.

Parameters:
listView -
index -