Interface CommentLayerContextComponent
public interface CommentLayerContextComponent
Contract for the comment layer context area component.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the model holding the current state of the of the comment tree.voidopenCommentRecord(AbstractCommentModel comment) Handle open action of the record representing targetAbstractCommentModelinstance.booleanupdate()Update handler
-
Method Details
-
openCommentRecord
Handle open action of the record representing targetAbstractCommentModelinstance.- Parameters:
comment-
-
update
boolean update()Update handler -
getCommentTreeModel
ContextAreaCommentTreeModel getCommentTreeModel()Returns the model holding the current state of the of the comment tree.- Returns:
ContextAreaCommentTreeModel
-