Java Platform 1.2
Beta 4

Uses of Class
com.sun.java.swing.event.ListSelectionEvent

Packages that use ListSelectionEvent
com.sun.java.swing Provides a set of "lightweight" (all-Java
com.sun.java.swing.event Provides for events fired by Swing components.  
com.sun.java.swing.table Provides classes and interfaces for dealing with java.awt.swing. 
 

Uses of ListSelectionEvent in com.sun.java.swing
 

Methods in com.sun.java.swing with parameters of type ListSelectionEvent
 void JTable.columnSelectionChanged(ListSelectionEvent e)
          Tells listeners that the selection model of the TableColumnModel changed.
 void JTable.valueChanged(ListSelectionEvent e)
          Invoked when the selection changes -- repaints to show the new selection.
 void JTable.AccessibleJTable.valueChanged(ListSelectionEvent e)
          Track changes to table cell selections
 void JList.AccessibleJList.valueChanged(ListSelectionEvent e)
          List Selection Listener value change method.
 

Uses of ListSelectionEvent in com.sun.java.swing.event
 

Methods in com.sun.java.swing.event with parameters of type ListSelectionEvent
 void ListSelectionListener.valueChanged(ListSelectionEvent e)
          Called whenever the value of the selection changes.
 void TableColumnModelListener.columnSelectionChanged(ListSelectionEvent e)
          Tells listeners that the selection model of the TableColumnModel changed.
 

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

Methods in com.sun.java.swing.table with parameters of type ListSelectionEvent
 void JTableHeader.columnSelectionChanged(ListSelectionEvent e)
           
protected  void DefaultTableColumnModel.fireColumnSelectionChanged(ListSelectionEvent e)
           
 void DefaultTableColumnModel.valueChanged(ListSelectionEvent e)
           
 


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.