Method setRootVisible(boolean rootVisible)
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
setRootVisible(true);
2
setRootVisible(false);
3
getTree().setRootVisible( true);
4
setRootVisible(false);
5
setRootVisible(false);
6
mTree.setRootVisible(true);
7
setRootVisible(false);
8
tree.setRootVisible(false);
9
setRootVisible(false);
10
trFileTree.setRootVisible(false);
11
pTree.setRootVisible(false);
12
treBookmarks.setRootVisible(false);
13
dTree.setRootVisible(false);
14
tree.setRootVisible(false);
15
jTreeDatabase.setRootVisible(false);
16
setRootVisible( false);
17
m_tree.setRootVisible(false);
18
eventSelectTree.setRootVisible(false);
19
this.tree.setRootVisible(true);
20
tree.setRootVisible(true);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.