Java Platform 1.2
Beta 4

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

Packages that use TableModelEvent
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 TableModelEvent in com.sun.java.swing
 

Methods in com.sun.java.swing with parameters of type TableModelEvent
 void JTable.tableChanged(TableModelEvent e)
          The TableModelEvent should be constructed in the co-ordinate system of the model, the appropriate mapping to the view co-ordinate system is performed by the JTable when it recieves the event.
 

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

Methods in com.sun.java.swing.event with parameters of type TableModelEvent
 void TableModelListener.tableChanged(TableModelEvent e)
          This fine grain notification tells listeners the exact range of cells, rows, or columns that changed.
 

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

Methods in com.sun.java.swing.table with parameters of type TableModelEvent
 void AbstractTableModel.fireTableChanged(TableModelEvent e)
          Forward the given notification event to all TableModelListeners that registered themselves as listeners for this table model.
 void DefaultTableModel.newDataAvailable(TableModelEvent event)
          Equivalent to fireTableChanged.
 void DefaultTableModel.newRowsAdded(TableModelEvent event)
          This method will make sure the new rows have the correct number of columns.
 void DefaultTableModel.rowsRemoved(TableModelEvent event)
          Equivalent to fireTableChanged().
 


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.