public final class MutableTableModelEvent
extends javax.swing.event.TableModelEvent
Constructor and Description |
---|
MutableTableModelEvent(javax.swing.table.TableModel source)
Constructors simply call the same on the superclass.
|
Modifier and Type | Method and Description |
---|---|
void |
setAllDataChanged()
Sets the table model event to notify that all table data
has changed.
|
void |
setRange(int firstRow,
int lastRow)
Changes this table model event.
|
void |
setStructureChanged()
Sets the table model event to notify that the table structure
has changed.
|
void |
setType(int type) |
void |
setValues(int startIndex,
int endIndex,
int listChangeType)
Sets the table model event to reflect the specified changes.
|
public MutableTableModelEvent(javax.swing.table.TableModel source)
public void setRange(int firstRow, int lastRow)
public void setType(int type)
public void setStructureChanged()
public void setAllDataChanged()
public void setValues(int startIndex, int endIndex, int listChangeType)
Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by debian at 2016-11-28 3:17