Method setSelectionRow(int row)
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 guiPackage.getTreeListener().getJTree().setSelectionRow(1);
2 trFiles.setSelectionRow(0);
3 browser.setSelectionRow(0);
4 tree.setSelectionRow(1);
5 configView.setSelectionRow(0);
6 configTree.setSelectionRow(0);
7 _tree.setSelectionRow(row);
8 myJtree.setSelectionRow(row);
9 dlg.configView.setSelectionRow(page);
10 m_tree.setSelectionRow(lead);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.