All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.java.swing.table.TableModelEvent

java.lang.Object
   |
   +----java.util.EventObject
           |
           +----com.sun.java.swing.table.TableModelEvent

public class TableModelEvent
extends EventObject
TableModelEvent is used to notify listeners that a table model has changed.

See Also:
TableDataModel

Variable Index

 o columnIdentifier
 o rowIndices

Constructor Index

 o TableModelEvent(TableDataModel, Object, int[])

Method Index

 o getColumnIdentifier()
Returns the columnIdentifier
 o getRowIndices()
Returns the array of row indices

Variables

 o columnIdentifier
 protected Object columnIdentifier
 o rowIndices
 protected int rowIndices[]

Constructors

 o TableModelEvent
 public TableModelEvent(TableDataModel source,
                        Object columnIdentifier,
                        int indices[])

Methods

 o getColumnIdentifier
 public Object getColumnIdentifier()
Returns the columnIdentifier

 o getRowIndices
 public int[] getRowIndices()
Returns the array of row indices


All Packages  Class Hierarchy  This Package  Previous  Next  Index