public class SpreadsheetTableMatrixUndoEvent extends java.lang.Object implements SpreadsheetUndoEvent
Modifier and Type | Field and Description |
---|---|
static int |
ENTRIES_MODIFIED |
Constructor and Description |
---|
SpreadsheetTableMatrixUndoEvent(int type,
java.lang.String tabtitl,
int row,
int col,
SpreadsheetEntryMatrix pre,
SpreadsheetEntryMatrix cur) |
Modifier and Type | Method and Description |
---|---|
int |
getColumn() |
SpreadsheetEntryMatrix |
getCurrentMatrix() |
int |
getEventType() |
SpreadsheetEntryMatrix |
getPreviousMatrix() |
int |
getRow() |
java.lang.String |
getSheetTitle() |
public static final int ENTRIES_MODIFIED
public SpreadsheetTableMatrixUndoEvent(int type, java.lang.String tabtitl, int row, int col, SpreadsheetEntryMatrix pre, SpreadsheetEntryMatrix cur)
public java.lang.String getSheetTitle()
public int getEventType()
public int getRow()
public int getColumn()
public SpreadsheetEntryMatrix getPreviousMatrix()
public SpreadsheetEntryMatrix getCurrentMatrix()
Copyright © 2011, 2013. Daniel P. Dougherty