pivot.wtk
Interface TreeView.NodeEditor
- All Superinterfaces:
- Editor
- All Known Implementing Classes:
- TreeViewNodeEditor
- Enclosing class:
- TreeView
public static interface TreeView.NodeEditor
- extends Editor
Tree view node editor interface.
- Author:
- tvolkert
Method Summary |
void |
edit(TreeView treeView,
Sequence<java.lang.Integer> path)
Notifies the editor that editing should begin. |
edit
void edit(TreeView treeView,
Sequence<java.lang.Integer> path)
- Notifies the editor that editing should begin.
- Parameters:
treeView
- The tree view containing the node to be edited.path
- The path to the node to edit.