Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR-209 (Final Approval Ballot)

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 Approval Ballot)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 209 specification.