csheets.ext.assertion
Class AssertionExtension

java.lang.Object
  extended by csheets.ext.Extension
      extended by csheets.ext.assertion.AssertionExtension
All Implemented Interfaces:
Comparable<Extension>

public class AssertionExtension
extends Extension

The extension for assertions.

Author:
Einar Pehrson

Field Summary
static String NAME
          The name of the extension
 
Constructor Summary
AssertionExtension()
          Creates a new assertion extension.
 
Method Summary
 AssertableCell extend(Cell cell)
          Makes the given cell assertable.
 UIExtension getUIExtension(UIController uiController)
          Returns a user interface extension for assertions.
 
Methods inherited from class csheets.ext.Extension
compareTo, extend, getName, getPropertyKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final String NAME
The name of the extension

See Also:
Constant Field Values
Constructor Detail

AssertionExtension

public AssertionExtension()
Creates a new assertion extension.

Method Detail

extend

public AssertableCell extend(Cell cell)
Makes the given cell assertable.

Overrides:
extend in class Extension
Parameters:
cell - the cell to extend
Returns:
an assertable cell

getUIExtension

public UIExtension getUIExtension(UIController uiController)
Returns a user interface extension for assertions.

Overrides:
getUIExtension in class Extension
Parameters:
uiController - the user interface controller
Returns:
a user interface extension for assertions