Uses of Class
csheets.ext.assertion.AssertableCell

Packages that use AssertableCell
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 AssertableCell in csheets.ext.assertion
 

Methods in csheets.ext.assertion that return AssertableCell
 AssertableCell AssertionExtension.extend(Cell cell)
          Makes the given cell assertable.
 

Methods in csheets.ext.assertion with parameters of type AssertableCell
 void AssertableCellListener.assertionsChanged(AssertableCell cell)
          Invoked when an assertion is added to or removed from a cell.
 

Constructors in csheets.ext.assertion with parameters of type AssertableCell
SGAssertion(AssertableCell cell)
          Constructs a new System Generated Assertion (SGA) for the specified Cell if possible.
 

Uses of AssertableCell in csheets.ext.assertion.ui
 

Methods in csheets.ext.assertion.ui with parameters of type AssertableCell
 void AssertionToolBar.assertionsChanged(AssertableCell cell)
          Updates the assertion field and status label when the assertion of the active cell is changed.
 void AssertionPanel.assertionsChanged(AssertableCell cell)
          Updates the assertion field and status label when the assertion of the active cell is changed.
 boolean AssertionController.setAssertion(AssertableCell cell, String assertionString)
          Attempts to create a new assertion from the given string.