Package | Description |
---|---|
csheets.ext.comments |
Provides an extension to support comments on cells.
|
csheets.ext.comments.ui |
Provides the UI of an extension to support comments on cells.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
CommentableCellTest.CommentableCellListenerImpl
A inner utility class used by the method testCommentableCellListenner.
|
Modifier and Type | Method and Description |
---|---|
void |
CommentableCell.addCommentableCellListener(CommentableCellListener listener)
Registers the given listener on the cell.
|
void |
CommentableCell.removeCommentableCellListener(CommentableCellListener listener)
Removes the given listener from the cell.
|
Modifier and Type | Class and Description |
---|---|
class |
CommentPanel
A panel for adding or editing a comment for a cell
|