|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpivot.wtk.content.TreeViewNodeEditor
public class TreeViewNodeEditor
Default tree view node editor, which allows the user to edit the text of a
tree node in a TextInput. It is only intended to work with
TreeNode
data and TreeViewNodeRenderer
renderers.
Constructor Summary | |
---|---|
TreeViewNodeEditor()
|
Method Summary | |
---|---|
void |
cancel()
|
void |
edit(TreeView treeView,
Sequence<java.lang.Integer> path)
Notifies the editor that editing should begin. |
boolean |
isEditing()
|
void |
save()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TreeViewNodeEditor()
Method Detail |
---|
public void edit(TreeView treeView, Sequence<java.lang.Integer> path)
TreeView.NodeEditor
edit
in interface TreeView.NodeEditor
treeView
- The tree view containing the node to be edited.path
- The path to the node to edit.public boolean isEditing()
isEditing
in interface Editor
public void save()
save
in interface Editor
public void cancel()
cancel
in interface Editor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |