Uses of Interface
org.apache.pivot.wtk.Editor

Packages that use Editor
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. 
 

Uses of Editor in org.apache.pivot.wtk
 

Subinterfaces of Editor in org.apache.pivot.wtk
static interface ListView.ItemEditor
          List item editor interface.
static interface TableView.RowEditor
          Table row editor interface.
static interface TreeView.NodeEditor
          Tree view node editor interface.
 

Uses of Editor in org.apache.pivot.wtk.content
 

Classes in org.apache.pivot.wtk.content that implement Editor
 class ListViewItemEditor
          Default list view item editor.
 class TableViewCellEditor
          Default table view cell editor.
 class TableViewRowEditor
          Default table view row editor.
 class TreeViewNodeEditor
          Default tree view node editor, which allows the user to edit the text of a tree node in a TextInput.