Uses of Class
csheets.ui.ext.CellDecorator

Packages that use CellDecorator
csheets.ext.assertion.ui Provides UI components for displaying and providing editing of assertions. 
csheets.ext.test.ui Provides specialized JTable components for displaying and providing editing of test cases and test case parameters. 
csheets.ui.ext Provides an extension mechanism for the application's user interface. 
 

Uses of CellDecorator in csheets.ext.assertion.ui
 

Subclasses of CellDecorator in csheets.ext.assertion.ui
 class AssertableCellDecorator
          A decorator for assertable cells.
 

Methods in csheets.ext.assertion.ui that return CellDecorator
 CellDecorator AssertionUIExtension.getCellDecorator()
          Returns a cell decorator that visualizes assertions on cells.
 

Uses of CellDecorator in csheets.ext.test.ui
 

Subclasses of CellDecorator in csheets.ext.test.ui
 class TestableCellDecorator
          A decorator for testable cells.
 

Methods in csheets.ext.test.ui that return CellDecorator
 CellDecorator TestUIExtension.getCellDecorator()
          Returns a cell decorator that visualizes test cases for cells.
 

Uses of CellDecorator in csheets.ui.ext
 

Methods in csheets.ui.ext that return CellDecorator
 CellDecorator UIExtension.getCellDecorator()
          Returns a cell decorator that visualizes the data added by the extension.