@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public interface ReviewController
extends AuthorChangeTrackingController, AuthorReviewerNameController
| Modifier and Type | Method and Description |
|---|---|
void |
addComment(int startOffset,
int endOffset,
java.lang.String comment)
Adds a comment marker at given offsets.
|
void |
editComment(AuthorPersistentHighlight highlight,
java.lang.String newComment)
Edits the comment of a marker (comment and tracked change).
|
java.util.List<AuthorPersistentHighlight> |
getAllHighlights() |
void |
removeComment(AuthorPersistentHighlight highlight)
Removes a comment marker.
|
accept, accept, getAttributeChangeHighlights, getChangeHighlights, getChangeHighlights, isTrackingChanges, reject, reject, toggleTrackChangesgetReviewerAuthorName, setReviewerAuthorNamevoid addComment(int startOffset,
int endOffset,
java.lang.String comment)
startOffset - The start offset of the marker (inclusive).endOffset - The end offset of the marker (exclusive).comment - The comment of the marker.void removeComment(AuthorPersistentHighlight highlight)
highlight - The comment marker.void editComment(AuthorPersistentHighlight highlight, java.lang.String newComment)
highlight - The marker.newComment - The new comment.java.util.List<AuthorPersistentHighlight> getAllHighlights()
© Copyright SyncRO Soft SRL 2002 - 2015. All rights reserved.