Package | Description |
---|---|
csheets |
Provides the controller of the CleanSheets application, and an entry-point
for command-line invocation.
|
Modifier and Type | Method and Description |
---|---|
SpreadsheetAppEvent.Type |
SpreadsheetAppEvent.getType()
Returns the type of the event.
|
static SpreadsheetAppEvent.Type |
SpreadsheetAppEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpreadsheetAppEvent.Type[] |
SpreadsheetAppEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SpreadsheetAppEvent(Object source,
Workbook workbook,
File file,
SpreadsheetAppEvent.Type type)
Creates a new spreadsheet application event,
belonging to a workbook stored in a file.
|