Uses of Interface
org.apache.pivot.wtk.ListView.ItemEditor
- 
Packages that use ListView.ItemEditor Package Description org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components.org.apache.pivot.wtk.content Contains classes representing component data, such as list items or table rows.org.apache.pivot.wtk.skin.terra Defines skin classes for the "Terra" theme. - 
- 
Uses of ListView.ItemEditor in org.apache.pivot.wtk
Methods in org.apache.pivot.wtk that return ListView.ItemEditor Modifier and Type Method Description ListView.ItemEditorListView. getItemEditor()Returns the editor used to edit items in this list.Methods in org.apache.pivot.wtk with parameters of type ListView.ItemEditor Modifier and Type Method Description voidListViewListener.Adapter. itemEditorChanged(ListView listView, ListView.ItemEditor previousItemEditor)Deprecated.default voidListViewListener. itemEditorChanged(ListView listView, ListView.ItemEditor previousItemEditor)Called when a list view's item editor has changed.voidListViewListener.Listeners. itemEditorChanged(ListView listView, ListView.ItemEditor previousItemEditor)voidListView. setItemEditor(ListView.ItemEditor itemEditor)Sets the editor used to edit items in this list. - 
Uses of ListView.ItemEditor in org.apache.pivot.wtk.content
Classes in org.apache.pivot.wtk.content that implement ListView.ItemEditor Modifier and Type Class Description classListViewItemEditorDefault list view item editor. - 
Uses of ListView.ItemEditor in org.apache.pivot.wtk.skin.terra
Methods in org.apache.pivot.wtk.skin.terra with parameters of type ListView.ItemEditor Modifier and Type Method Description voidTerraListViewSkin. itemEditorChanged(ListView listView, ListView.ItemEditor previousItemEditor) 
 -