public class SpreadsheetTabbedSheetUndoEvent extends java.lang.Object implements SpreadsheetUndoEvent
Modifier and Type | Field and Description |
---|---|
static int |
SHEET_ADDED |
static int |
SHEET_DESCRIPTION_MODIFIED |
static int |
SHEET_REMOVED |
Constructor and Description |
---|
SpreadsheetTabbedSheetUndoEvent(int type,
int tidx,
java.lang.String titl,
java.lang.String desc) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
int |
getEventType() |
int |
getIndex() |
java.lang.String |
getSheetTitle() |
public static final int SHEET_ADDED
public static final int SHEET_REMOVED
public static final int SHEET_DESCRIPTION_MODIFIED
Copyright © 2011, 2013. Daniel P. Dougherty