Method setCellEditor(TreeCellEditor cellEditor)
Return type: void
Member of:
javax.swing.JTree
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
setCellEditor(new FSTreeCellEditor(this, renderer));
2
treBookmarks.setCellEditor(new BookmarkEditor.TreeCell(treBookmarks, rndr));
3
setCellEditor(new CategoryImmediateEditor(this,
4
setCellEditor(new CategoryImmediateEditor(this,
5
m_tree.setCellEditor( new NodeInfoTreeCellEditor(
6
workspace.setCellEditor(myEditor);
7
tree.setCellEditor(cellEditor);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.