Package csheets

Provides the controller of the CleanSheets application, and an entry-point for command-line invocation.

See:
          Description

Interface Summary
SpreadsheetAppListener A listener for receiving notification when workbooks are created, loaded and saved in a spreadsheet application.
 

Class Summary
CleanSheets CleanSheets - the main class of the application.
CleanSheets.EventDispatcher A utility for dispatching events on the AWT event dispatching thread.
SpreadsheetAppEvent A spreadsheet application event is used to notify interested parties that a workbook has been created, loaded or stored.
 

Enum Summary
SpreadsheetAppEvent.Type The types of events that are fired from a spreadsheet application
 

Package csheets Description

Provides the controller of the CleanSheets application, and an entry-point for command-line invocation. Also provides a listener for receiving notification of events occuring in the application.