Save This Page
Home » openjdk-7 » javax » swing » plaf » basic » [javadoc | source]
javax.swing.plaf.basic
public class: BasicListUI.ListSelectionHandler [javadoc | source]
java.lang.Object
   javax.swing.plaf.basic.BasicListUI$ListSelectionHandler

All Implemented Interfaces:
    ListSelectionListener

A helper class which listens for ListSelectionEvent s from the JList 's ListSelectionModel .
Method from javax.swing.plaf.basic.BasicListUI$ListSelectionHandler Summary:
valueChanged
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.swing.plaf.basic.BasicListUI$ListSelectionHandler Detail:
 public  void valueChanged(ListSelectionEvent e) 
    Called when the list selection changes.