Uses of Interface
csheets.ui.ctrl.EditListener

Packages that use EditListener
csheets.ui.ctrl Provides controllers and actions for the user interface. 
 

Uses of EditListener in csheets.ui.ctrl
 

Classes in csheets.ui.ctrl that implement EditListener
 class ActionManager.ActionEnabler
          A workbook listener that sets the enabled state of actoins depending on whether the current workbook has been modified and/or is stored in a file.
 

Methods in csheets.ui.ctrl with parameters of type EditListener
 void UIController.addEditListener(EditListener listener)
          Registers the given listener on the user interface controller.
 void UIController.removeEditListener(EditListener listener)
          Removes the given listener from the user interface controller.