Method scrollPathToVisible(TreePath path)
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 scrollPathToVisible(path);
2 tree.scrollPathToVisible(path);
3 trFileTree.scrollPathToVisible( trFileTree.getSelectionPath() );
4 tree.scrollPathToVisible(new TreePath(childNode.getPath()));
5 actionsTree.scrollPathToVisible(tp);
6 workspace.scrollPathToVisible(new TreePath(newNode.getPath()));
7 tree.scrollPathToVisible(new TreePath(childNode.getPath()));
8 scrollPathToVisible(paths[0]);
9 this.scrollPathToVisible(path);
10 tree.scrollPathToVisible(path);
11 _tree.scrollPathToVisible(trPath);
12 jtree.scrollPathToVisible(path);
13 lTreeHandle.scrollPathToVisible(lPath);
14 tree.scrollPathToVisible(treePath);
15 tree.scrollPathToVisible(new TreePath(childNode.getPath()));
16 dTree.scrollPathToVisible(path);
17 tree.scrollPathToVisible(path);
18 scrollPathToVisible(new TreePath(node.getPath()));
19 m_tree.scrollPathToVisible(
20 tree.scrollPathToVisible(specPath);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.