Uses of Interface
csheets.ext.test.TestableCellListener

Packages that use TestableCellListener
csheets.ext.test Provides support for test cases and test case parameters. 
csheets.ext.test.ui Provides specialized JTable components for displaying and providing editing of test cases and test case parameters. 
 

Uses of TestableCellListener in csheets.ext.test
 

Methods in csheets.ext.test with parameters of type TestableCellListener
 void TestableCell.addTestableCellListener(TestableCellListener listener)
          Registers the given listener on the cell.
 void TestableCell.removeTestableCellListener(TestableCellListener listener)
          Removes the given listener from the cell.
 

Uses of TestableCellListener in csheets.ext.test.ui
 

Classes in csheets.ext.test.ui that implement TestableCellListener
 class TestCasePanel
          A panel for displaying test cases and providing editing of their validation states.
 class TestToolBar
          A toolbar that shows information about test cases.