edu.jhu.tmaj.client.tables.data
Class ChangedCells
java.lang.Object
edu.jhu.tmaj.client.tables.data.ChangedCells
public final class ChangedCells
- extends java.lang.Object
Represents cells (coordinates) in a JTable that the user has updated.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChangedCells
public ChangedCells()
isRowDeleted
public boolean isRowDeleted(int rowNumber)
doRowsNeedUpdating
public boolean doRowsNeedUpdating()
getUpdatedRows
public java.util.Set<java.lang.Integer> getUpdatedRows()
getDeletedRows
public java.util.Set<java.lang.Integer> getDeletedRows()
getUpdatedColumnsForRow
public java.util.Set<java.lang.Integer> getUpdatedColumnsForRow(int rowNumber)
addUpdatedCell
public void addUpdatedCell(int rowNumber,
int columnNumber)
removeUpdatedRow
public void removeUpdatedRow(int rowNumber)
addDeletedRow
public void addDeletedRow(int rowNumber)
removeDeletedRow
public void removeDeletedRow(int rowNumber)
clearAll
public void clearAll()