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.deptree |
Provides customized JTree components for displaying dependencies between cells.
|
csheets.ext.style.ui |
Provides UI components for setting cell style.
|
csheets.ext.test.ui |
Provides specialized JTable components for displaying and providing editing of
test cases and test case parameters.
|
csheets.ui |
Provides JFC/Swing graphical user interface components for CleanSheets.
|
csheets.ui.ctrl |
Provides controllers and actions for the user interface.
|
csheets.ui.sheet |
Provides customized components for displaying and providing editing of
spreadsheets.
|
Modifier and Type | Class and Description |
---|---|
class |
AssertionPanel
A panel for adding or editing an assertion for a cell
|
class |
AssertionToolBar
A toolbar that shows information about assertions.
|
Modifier and Type | Class and Description |
---|---|
class |
CommentPanel
A panel for adding or editing a comment for a cell
|
Modifier and Type | Class and Description |
---|---|
class |
DependencyTree
An abstract base-class for trees displaying cell dependencies.
|
class |
DependentsTree
A tree displaying the dependents of a cell.
|
class |
PrecedentsTree
A tree displaying the precedents of a cell.
|
Modifier and Type | Class and Description |
---|---|
class |
FormatAction
A format changing operation.
|
class |
StyleToolBar
A tool bar that displays style-related actions.
|
Modifier and Type | Class and Description |
---|---|
class |
TestCasePanel
A panel for displaying test cases and providing editing of their validation
states.
|
class |
TestCaseParamPanel
A panel for displaying and providing editing of test case parameters
|
class |
TestToolBar
A toolbar that shows information about test cases.
|
Modifier and Type | Class and Description |
---|---|
class |
Frame
The main frame of the GUI.
|
class |
ViewMenu
A menu for listing the open workbooks, and allowing the user to navigate
between them.
|
class |
WindowMenu
A menu for listing the open workbooks, and allowing the user to navigate
between them.
|
Modifier and Type | Method and Description |
---|---|
void |
UIController.addSelectionListener(SelectionListener listener)
Registers the given listener on the user interface controller.
|
void |
UIController.removeSelectionListener(SelectionListener listener)
Removes the given listener from the user interface controller.
|
Constructor and Description |
---|
UIController.EventDispatcher(SelectionEvent event,
SelectionListener[] listeners)
Creates a new event dispatcher.
|
Modifier and Type | Class and Description |
---|---|
class |
AddressBox
A text field in which cell addresses are displayed, and can be named.
|
class |
CellEditor
The table editor used for editing cells in a spreadsheet.
|
class |
SpreadsheetTable
A customized JTable component, used to visualize a spreadsheet.
|
class |
WorkbookPane
A tabbed pane, used to display the spreadsheets in a workbook.
|