Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
AssertableCell |
AssertionExtension.extend(Cell cell)
Makes the given cell assertable.
|
Modifier and Type | Method and Description |
---|---|
void |
AssertableCellListener.assertionsChanged(AssertableCell cell)
Invoked when an assertion is added to or removed from a cell.
|
Constructor and Description |
---|
SGAssertion(AssertableCell cell)
Constructs a new System Generated Assertion (SGA) for the specified
Cell if possible.
|
Modifier and Type | Method and Description |
---|---|
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.
|