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.Tree.Path path)
          Notifies the editor that editing should begin.
 
Methods inherited from interface pivot.wtk.Editor
cancel, isEditing, save
 

Method Detail

edit

void edit(TreeView treeView,
          Sequence.Tree.Path path)
Notifies the editor that editing should begin. If the editor is currently installed on the tree view, the skin may choose to call this method when the user executes the appropriate gesture (as defined by the skin).

Parameters:
treeView - The tree view containing the node to be edited.
path - The path to the node to edit.
See Also:
TreeView.setNodeEditor(NodeEditor)