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 | Method and Description |
---|---|
void |
AssertionToolBar.selectionChanged(SelectionEvent event) |
void |
AssertionPanel.selectionChanged(SelectionEvent event)
Updates the assertion field and status label when the active cell of
the application is changed.
|
Modifier and Type | Method and Description |
---|---|
void |
CommentPanel.selectionChanged(SelectionEvent event)
Updates the comments field
|
Modifier and Type | Method and Description |
---|---|
void |
PrecedentsTree.selectionChanged(SelectionEvent event) |
void |
DependentsTree.selectionChanged(SelectionEvent event) |
abstract void |
DependencyTree.selectionChanged(SelectionEvent event)
Rebuilds the tree by updating its root node when the active cell is changed.
|
Modifier and Type | Method and Description |
---|---|
void |
StyleToolBar.selectionChanged(SelectionEvent event)
Selects buttons depending on the style of the active cell.
|
void |
FormatAction.selectionChanged(SelectionEvent event)
Updates the state of the action when a new cell is selected.
|
Modifier and Type | Method and Description |
---|---|
void |
TestToolBar.selectionChanged(SelectionEvent event) |
void |
TestCaseParamPanel.selectionChanged(SelectionEvent event)
Updates the table of precedents when the active cell is changed.
|
void |
TestCasePanel.selectionChanged(SelectionEvent event)
Updates the table of precedents when the active cell is changed.
|
Modifier and Type | Method and Description |
---|---|
void |
WindowMenu.selectionChanged(SelectionEvent event)
Selects the item of the workbook that was selected.
|
void |
ViewMenu.selectionChanged(SelectionEvent event)
Selects the item of the workbook that was selected.
|
void |
Frame.selectionChanged(SelectionEvent event)
Updates the title of the window when a new active workbook is selected.
|
Modifier and Type | Method and Description |
---|---|
void |
SelectionListener.selectionChanged(SelectionEvent event)
Invoked when the active workbook, spreadsheet and/or cell of the
application is changed.
|
Constructor and Description |
---|
UIController.EventDispatcher(SelectionEvent event,
SelectionListener[] listeners)
Creates a new event dispatcher.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkbookPane.selectionChanged(SelectionEvent event)
Updates the tabs in the pane when a new active workbook is selected.
|
void |
SpreadsheetTable.selectionChanged(SelectionEvent event)
Updates the selection in the table when the active cell is changed.
|
void |
CellEditor.selectionChanged(SelectionEvent event)
Updates the text field with the content of the new active cell.
|
void |
AddressBox.selectionChanged(SelectionEvent event)
Updates the text field with the content of the new active cell.
|