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 | Method and Description |
---|---|
CommentableCell |
CommentsExtension.extend(Cell cell)
Makes the given cell commentable.
|
Modifier and Type | Method and Description |
---|---|
void |
CommentableCellTest.CommentableCellListenerImpl.commentChanged(CommentableCell cell) |
void |
CommentableCellListener.commentChanged(CommentableCell cell)
Invoked when a comment is added to or removed from a cell.
|
Modifier and Type | Method and Description |
---|---|
void |
CommentPanel.commentChanged(CommentableCell cell)
Updates the comment field when the comments of the active cell is
changed.
|
boolean |
CommentController.setComment(CommentableCell cell,
String commentString)
Attempts to create a new comment from the given string.
|