Uses of Interface
pivot.wtk.Editor

Packages that use Editor
pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. 
pivot.wtk.content Contains classes representing component data, such as list items or table rows. 
 

Uses of Editor in pivot.wtk
 

Subinterfaces of Editor in 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 pivot.wtk.content
 

Classes in 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.