|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListView.ItemEditor | |
---|---|
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 | |
---|---|
ListView.ItemEditor |
ListView.getItemEditor()
Returns the editor used to edit items in this list. |
Methods in org.apache.pivot.wtk with parameters of type ListView.ItemEditor | |
---|---|
void |
ListViewListener.itemEditorChanged(ListView listView,
ListView.ItemEditor previousItemEditor)
Called when a list view's item editor has changed. |
void |
ListViewListener.Adapter.itemEditorChanged(ListView listView,
ListView.ItemEditor previousItemEditor)
|
void |
ListView.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 | |
---|---|
class |
ListViewItemEditor
Default 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 | |
---|---|
void |
TerraListViewSkin.itemEditorChanged(ListView listView,
ListView.ItemEditor previousItemEditor)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |