DefaultTreeSelectionModel
Class DefaultTreeSelectionModel
- java.lang.Object
-
- javax.swing.tree.DefaultTreeSelectionModel
- All Implemented Interfaces:
- Serializable, Cloneable, TreeSelectionModel
- Direct Known Subclasses:
- JTree.EmptySelectionModel
public class DefaultTreeSelectionModel extends Object implements Cloneable, Serializable, TreeSelectionModel
Default implementation of TreeSelectionModel. Listeners are notified whenever the paths in the selection change, not the rows. I