Uses of Class
csheets.SpreadsheetAppEvent.Type

Packages that use SpreadsheetAppEvent.Type
csheets Provides the controller of the CleanSheets application, and an entry-point for command-line invocation. 
 

Uses of SpreadsheetAppEvent.Type in csheets
 

Methods in csheets that return SpreadsheetAppEvent.Type
 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're declared.
 

Constructors in csheets with parameters of type SpreadsheetAppEvent.Type
SpreadsheetAppEvent(Object source, Workbook workbook, File file, SpreadsheetAppEvent.Type type)
          Creates a new spreadsheet application event, belonging to a workbook stored in a file.