csheets |
Provides the controller of the CleanSheets application, and an entry-point
for command-line invocation. |
Java Source File Name | Type | Comment |
CleanSheets.java | Class | CleanSheets - the main class of the application. |
package-info.java | | |
SpreadsheetAppEvent.java | Class | A spreadsheet application event is used to notify interested parties that
a workbook has been created, loaded or stored. |
SpreadsheetAppListener.java | Interface | A listener for receiving notification when workbooks are created, loaded
and saved in a spreadsheet application. |