Java Platform 1.2
Beta 4

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

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

Classes in com.sun.java.swing that implement TableModelListener
  JTable
          JTable is a user-interface component that presents data in a two-dimensional table format.
 

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

Methods in com.sun.java.swing.table with parameters of type TableModelListener
 void AbstractTableModel.addTableModelListener(TableModelListener l)
          Add a listener to the list that's notified each time a change to the data model occurs.
 void AbstractTableModel.removeTableModelListener(TableModelListener l)
          Remove a listener from the list that's notified each time a change to the data model occurs.
 void TableModel.addTableModelListener(TableModelListener l)
          Add a listener to the list that's notified each time a change to the data model occurs.
 void TableModel.removeTableModelListener(TableModelListener l)
          Remove a listener from the list that's notified each time a change to the data model occurs.
 


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.