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
-
columnIdentifier
-
-
rowIndices
-
-
TableModelEvent(TableDataModel, Object, int[])
-
-
getColumnIdentifier()
- Returns the columnIdentifier
-
getRowIndices()
- Returns the array of row indices
columnIdentifier
protected Object columnIdentifier
rowIndices
protected int rowIndices[]
TableModelEvent
public TableModelEvent(TableDataModel source,
Object columnIdentifier,
int indices[])
getColumnIdentifier
public Object getColumnIdentifier()
- Returns the columnIdentifier
getRowIndices
public int[] getRowIndices()
- Returns the array of row indices
All Packages Class Hierarchy This Package Previous Next Index