Uses of Interface
pivot.wtk.TreeView.NodeEditor

Packages that use TreeView.NodeEditor
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. 
pivot.wtk.skin.terra Defines skin classes for the "Terra" theme. 
 

Uses of TreeView.NodeEditor in pivot.wtk
 

Methods in pivot.wtk that return TreeView.NodeEditor
 TreeView.NodeEditor TreeView.getNodeEditor()
          Returns the editor used to edit nodes in this tree.
 

Methods in pivot.wtk with parameters of type TreeView.NodeEditor
 void TreeViewListener.nodeEditorChanged(TreeView treeView, TreeView.NodeEditor previousNodeEditor)
          Called when a tree view's node editor has changed.
 void TreeView.setNodeEditor(TreeView.NodeEditor nodeEditor)
          Sets the editor used to edit nodes in this tree.
 

Uses of TreeView.NodeEditor in pivot.wtk.content
 

Classes in pivot.wtk.content that implement TreeView.NodeEditor
 class TreeViewNodeEditor
          Default tree view node editor, which allows the user to edit the text of a tree node in a TextInput.
 

Uses of TreeView.NodeEditor in pivot.wtk.skin.terra
 

Methods in pivot.wtk.skin.terra with parameters of type TreeView.NodeEditor
 void TerraTreeViewSkin.nodeEditorChanged(TreeView treeView, TreeView.NodeEditor previousNodeEditor)