src/share/classes/javax/swing/event/TreeSelectionListener.java

Print this page

        

*** 30,40 **** /** * The listener that's notified when the selection in a TreeSelectionModel * changes. * For more information and examples see * <a ! href="http://docs.oracle.com/javase/tutorial/uiswing/events/treeselectionlistener.html">How to Write a Tree Selection Listener</a>, * a section in <em>The Java Tutorial.</em> * * @see javax.swing.tree.TreeSelectionModel * @see javax.swing.JTree * --- 30,40 ---- /** * The listener that's notified when the selection in a TreeSelectionModel * changes. * For more information and examples see * <a ! href="https://docs.oracle.com/javase/tutorial/uiswing/events/treeselectionlistener.html">How to Write a Tree Selection Listener</a>, * a section in <em>The Java Tutorial.</em> * * @see javax.swing.tree.TreeSelectionModel * @see javax.swing.JTree *