Uses of Interface
org.apache.pivot.wtk.TreeView.NodeEditor
- 
Packages that use TreeView.NodeEditor 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. - 
- 
Uses of TreeView.NodeEditor in org.apache.pivot.wtk
Methods in org.apache.pivot.wtk that return TreeView.NodeEditor Modifier and Type Method Description TreeView.NodeEditorTreeView. getNodeEditor()Returns the editor used to edit nodes in this tree.Methods in org.apache.pivot.wtk with parameters of type TreeView.NodeEditor Modifier and Type Method Description voidTreeViewListener.Adapter. nodeEditorChanged(TreeView treeView, TreeView.NodeEditor previousNodeEditor)Deprecated.voidTreeViewListener.Listeners. nodeEditorChanged(TreeView treeView, TreeView.NodeEditor previousNodeEditor)default voidTreeViewListener. nodeEditorChanged(TreeView treeView, TreeView.NodeEditor previousNodeEditor)Called when a tree view's node editor has changed.voidTreeView. setNodeEditor(TreeView.NodeEditor nodeEditor)Sets the editor used to edit nodes in this tree. - 
Uses of TreeView.NodeEditor in org.apache.pivot.wtk.content
Classes in org.apache.pivot.wtk.content that implement TreeView.NodeEditor Modifier and Type Class Description classTreeViewNodeEditorDefault tree view node editor. 
 -