Uses of Class
csheets.SpreadsheetAppEvent

Packages that use SpreadsheetAppEvent
csheets Provides the controller of the CleanSheets application, and an entry-point for command-line invocation. 
csheets.ui Provides JFC/Swing graphical user interface components for CleanSheets. 
csheets.ui.ctrl Provides controllers and actions for the user interface. 
 

Uses of SpreadsheetAppEvent in csheets
 

Methods in csheets with parameters of type SpreadsheetAppEvent
 void SpreadsheetAppListener.workbookCreated(SpreadsheetAppEvent event)
          Invoked by the spreadsheet application to indicate that a new workbook has been created.
 void SpreadsheetAppListener.workbookLoaded(SpreadsheetAppEvent event)
          Invoked by the spreadsheet application to indicate that a workbook has been loaded from the given file.
 void SpreadsheetAppListener.workbookSaved(SpreadsheetAppEvent event)
          Invoked by the spreadsheet application to indicate that a workbook was saved to the given file.
 void SpreadsheetAppListener.workbookUnloaded(SpreadsheetAppEvent event)
          Invoked by the spreadsheet application to indicate that a workbook has been unloaded (closed).
 

Constructors in csheets with parameters of type SpreadsheetAppEvent
CleanSheets.EventDispatcher(SpreadsheetAppEvent event, SpreadsheetAppListener[] listeners)
          Creates a new event dispatcher.
 

Uses of SpreadsheetAppEvent in csheets.ui
 

Methods in csheets.ui with parameters of type SpreadsheetAppEvent
 void WindowMenu.workbookCreated(SpreadsheetAppEvent event)
          Adds an item for the workbook that was created.
 void ViewMenu.workbookCreated(SpreadsheetAppEvent event)
          Adds an item for the workbook that was created.
 void ReopenMenu.workbookCreated(SpreadsheetAppEvent event)
           
 void FileChooser.workbookCreated(SpreadsheetAppEvent event)
           
 void WindowMenu.workbookLoaded(SpreadsheetAppEvent event)
          Adds an item for the workbook that was loaded.
 void ViewMenu.workbookLoaded(SpreadsheetAppEvent event)
          Adds an item for the workbook that was loaded.
 void ReopenMenu.workbookLoaded(SpreadsheetAppEvent event)
           
 void FileChooser.workbookLoaded(SpreadsheetAppEvent event)
           
 void WindowMenu.workbookSaved(SpreadsheetAppEvent event)
          Renames the item of the workbook that was saved.
 void ViewMenu.workbookSaved(SpreadsheetAppEvent event)
          Renames the item of the workbook that was saved.
 void ReopenMenu.workbookSaved(SpreadsheetAppEvent event)
           
 void FileChooser.workbookSaved(SpreadsheetAppEvent event)
           
 void WindowMenu.workbookUnloaded(SpreadsheetAppEvent event)
          Removes the item of the workbook that was unloaded, and renames the other.
 void ViewMenu.workbookUnloaded(SpreadsheetAppEvent event)
          Removes the item of the workbook that was unloaded, and renames the other.
 void ReopenMenu.workbookUnloaded(SpreadsheetAppEvent event)
           
 void FileChooser.workbookUnloaded(SpreadsheetAppEvent event)
           
 

Uses of SpreadsheetAppEvent in csheets.ui.ctrl
 

Methods in csheets.ui.ctrl with parameters of type SpreadsheetAppEvent
 void UIController.workbookCreated(SpreadsheetAppEvent event)
           
 void ActionManager.ActionEnabler.workbookCreated(SpreadsheetAppEvent event)
           
 void UIController.workbookLoaded(SpreadsheetAppEvent event)
           
 void ActionManager.ActionEnabler.workbookLoaded(SpreadsheetAppEvent event)
           
 void UIController.workbookSaved(SpreadsheetAppEvent event)
           
 void ActionManager.ActionEnabler.workbookSaved(SpreadsheetAppEvent event)
           
 void UIController.workbookUnloaded(SpreadsheetAppEvent event)
           
 void ActionManager.ActionEnabler.workbookUnloaded(SpreadsheetAppEvent event)