public class

BasicListUI.ListSelectionHandler

extends Object
implements ListSelectionListener
java.lang.Object
   ↳ javax.swing.plaf.basic.BasicListUI.ListSelectionHandler

Class Overview

The ListSelectionListener that's added to the JLists selection model at installUI time, and whenever the JList.selectionModel property changes. When the selection changes we repaint the affected rows.

Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. As of 1.4, support for long term storage of all JavaBeansTM has been added to the java.beans package. Please see XMLEncoder.

Summary

Public Constructors
BasicListUI.ListSelectionHandler()
Public Methods
void valueChanged(ListSelectionEvent e)
Called whenever the value of the selection changes.
[Expand]
Inherited Methods
From class java.lang.Object
From interface javax.swing.event.ListSelectionListener

Public Constructors

public BasicListUI.ListSelectionHandler ()

Public Methods

public void valueChanged (ListSelectionEvent e)

Called whenever the value of the selection changes.

Parameters
e the event that characterizes the change.