Package | Description |
---|---|
csheets.ext.assertion.ui |
Provides UI components for displaying and providing editing of assertions.
|
csheets.ext.comments.ui |
Provides the UI of an extension to support comments on cells.
|
csheets.ext.database.ui | |
csheets.ext.simple.ui |
Provides the UI for the simple extension.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AssertableCellDecorator
A decorator for assertable cells.
|
Modifier and Type | Method and Description |
---|---|
CellDecorator |
AssertionUIExtension.getCellDecorator()
Returns a cell decorator that visualizes assertions on cells.
|
Modifier and Type | Class and Description |
---|---|
class |
CommentedCellDecorator
A decorator for commented cells.
|
Modifier and Type | Method and Description |
---|---|
CellDecorator |
UIExtensionComments.getCellDecorator()
Returns a cell decorator that visualizes comments on cells.
|
Modifier and Type | Method and Description |
---|---|
CellDecorator |
UIDatabaseExtension.getCellDecorator()
return a cell decorator
|
Modifier and Type | Method and Description |
---|---|
CellDecorator |
UIExtensionExample.getCellDecorator()
Returns a cell decorator that visualizes the data added by the extension.
|
Modifier and Type | Class and Description |
---|---|
class |
TestableCellDecorator
A decorator for testable cells.
|
Modifier and Type | Method and Description |
---|---|
CellDecorator |
TestUIExtension.getCellDecorator()
Returns a cell decorator that visualizes test cases for cells.
|
Modifier and Type | Method and Description |
---|---|
CellDecorator |
UIExtension.getCellDecorator()
Returns a cell decorator that visualizes the data added by the extension.
|