Java Platform 1.2
Beta 4

Uses of Interface
com.sun.java.swing.event.ListSelectionListener

Packages that use ListSelectionListener
com.sun.java.swing Provides a set of "lightweight" (all-Java
com.sun.java.swing.table Provides classes and interfaces for dealing with java.awt.swing. 
 

Uses of ListSelectionListener in com.sun.java.swing
 

Classes in com.sun.java.swing that implement ListSelectionListener
protected   JList.AccessibleJList
          The class used to obtain the accessible role for this object.
  JTable
          JTable is a user-interface component that presents data in a two-dimensional table format.
protected   JTable.AccessibleJTable
          The class used to obtain the accessible role for this object.
 

Methods in com.sun.java.swing with parameters of type ListSelectionListener
 void DefaultListSelectionModel.addListSelectionListener(ListSelectionListener l)
           
 void DefaultListSelectionModel.removeListSelectionListener(ListSelectionListener l)
           
 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)
          Add a listener to the list that's notified each time a change to the selection occurs.
 void JList.removeListSelectionListener(ListSelectionListener listener)
          Remove a listener from the list that's notified each time a change to the selection occurs.
 

Uses of ListSelectionListener in com.sun.java.swing.table
 

Classes in com.sun.java.swing.table that implement ListSelectionListener
  DefaultTableColumnModel
          The standard column-handler for a JTable.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.