Method addTreeSelectionListener(TreeSelectionListener tsl)
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 addTreeSelectionListener(this);
2 tree.addTreeSelectionListener(this);
3 jTree.addTreeSelectionListener(this);
4 trFiles.addTreeSelectionListener(this);
5 mTree.addTreeSelectionListener(this);
6 addTreeSelectionListener(this);
7 _tree.addTreeSelectionListener(this);
8 tree.addTreeSelectionListener(this);
9 addTreeSelectionListener(this);
10 jTreeRemote.addTreeSelectionListener(this);
11 tree.addTreeSelectionListener(tsl);
12 addTreeSelectionListener(this);
13 addTreeSelectionListener(selectionListener);
14 addTreeSelectionListener(new TreeSelectionListener()
15 tree.addTreeSelectionListener(new ToStringListener(toStringArea));
16 tree.addTreeSelectionListener(listener);
17 trFileTree.addTreeSelectionListener(new javax.swing.event.TreeSelectionListener() {
18 browser.addTreeSelectionListener(this.tsl);
19 if (log.isDebugEnabled()) dTree.addTreeSelectionListener(new TreeSelectionListener() {
20 tree.addTreeSelectionListener(selectionListener);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.