JSR-209 (Final Release)

Uses of Interface
javax.swing.event.ListSelectionListener

Packages that use ListSelectionListener
javax.swing Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. 
javax.swing.table Provides classes and interfaces for dealing with javax.swing.JTable
 

Uses of ListSelectionListener in javax.swing
 

Classes in javax.swing that implement ListSelectionListener
 class JTable
          The JTable is used to display and edit regular two-dimensional tables of cells.
 

Methods in javax.swing that return ListSelectionListener
 ListSelectionListener[] JList.getListSelectionListeners()
          Returns an array of all the ListSelectionListeners added to this JList with addListSelectionListener().
 ListSelectionListener[] DefaultListSelectionModel.getListSelectionListeners()
          Returns an array of all the list selection listeners registered on this DefaultListSelectionModel.
 

Methods in javax.swing with parameters of type ListSelectionListener
 void ListSelectionModel.addListSelectionListener(ListSelectionListener x)
          Add a listener to the list that's notified each time a change to the selection occurs.
 void ListSelectionModel.removeListSelectionListener(ListSelectionListener x)
          Remove a listener from the list that's notified each time a change to the selection occurs.
 void JList.addListSelectionListener(ListSelectionListener listener)
          Adds a listener to the list that's notified each time a change to the selection occurs.
 void JList.removeListSelectionListener(ListSelectionListener listener)
          Removes a listener from the list that's notified each time a change to the selection occurs.
 void DefaultListSelectionModel.addListSelectionListener(ListSelectionListener l)
           
 void DefaultListSelectionModel.removeListSelectionListener(ListSelectionListener l)
           
 

Uses of ListSelectionListener in javax.swing.table
 

Classes in javax.swing.table that implement ListSelectionListener
 class DefaultTableColumnModel
          The standard column-handler for a JTable.
 


JSR-209 (Final Release)

Java and Java 2D are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
Copyright 1993 - 2006 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, U.S.A. All Rights Reserved.
Use of this specification is subject to this license.