Interface CommentLayerContextComponent
-
public interface CommentLayerContextComponentContract for the comment layer context area component.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContextAreaCommentTreeModelgetCommentTreeModel()Returns 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 Detail
-
openCommentRecord
void openCommentRecord(AbstractCommentModel comment)
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
-
-