Uses of Interface
csheets.ext.assertion.AssertableCellListener

Packages that use AssertableCellListener
csheets.ext.assertion Provides support for user-specified and system-generated assertions. 
csheets.ext.assertion.ui Provides UI components for displaying and providing editing of assertions. 
 

Uses of AssertableCellListener in csheets.ext.assertion
 

Methods in csheets.ext.assertion with parameters of type AssertableCellListener
 void AssertableCell.addAssertableCellListener(AssertableCellListener listener)
          Registers the given listener on the cell.
 void AssertableCell.removeAssertableCellListener(AssertableCellListener listener)
          Removes the given listener from the cell.
 

Uses of AssertableCellListener in csheets.ext.assertion.ui
 

Classes in csheets.ext.assertion.ui that implement AssertableCellListener
 class AssertionPanel
          A panel for adding or editing an assertion for a cell
 class AssertionToolBar
          A toolbar that shows information about assertions.