public class

BasicTreeUI.TreeSelectionHandler

extends Object
implements TreeSelectionListener
java.lang.Object
   ↳ javax.swing.plaf.basic.BasicTreeUI.TreeSelectionHandler

Class Overview

Listens for changes in the selection model and updates the display accordingly.

Summary

Public Constructors
BasicTreeUI.TreeSelectionHandler()
Public Methods
void valueChanged(TreeSelectionEvent event)
Messaged when the selection changes in the tree we're displaying for.
[Expand]
Inherited Methods
From class java.lang.Object
From interface javax.swing.event.TreeSelectionListener

Public Constructors

public BasicTreeUI.TreeSelectionHandler ()

Public Methods

public void valueChanged (TreeSelectionEvent event)

Messaged when the selection changes in the tree we're displaying for. Stops editing, messages super and displays the changed paths.

Parameters
event the event that characterizes the change.