Uses of Interface
io.keikai.model.SThreadedComment
Packages that use SThreadedComment
Package
Description
Keikai Spreadsheet Internal Book Model classes.
Keikai Spreadsheet Internal Book Model Implementation classes.
-
Uses of SThreadedComment in io.keikai.model
Methods in io.keikai.model that return SThreadedCommentModifier and TypeMethodDescriptiondefault SThreadedCommentSSheet.addThreadedComment(int row, int col, String text, SThreadedCommentAuthor author) Adds a new root threaded comment at the specified cell.default SThreadedCommentSSheet.replyToComment(SThreadedComment parent, String text, SThreadedCommentAuthor author) Adds a reply to an existing threaded comment.Methods in io.keikai.model that return types with arguments of type SThreadedCommentModifier and TypeMethodDescriptionSThreadedComment.getReplies()Returns the list of direct replies to this comment.default List<SThreadedComment>SSheet.getThreadedComments()Returns all threaded comments (root and replies) on this sheet.Methods in io.keikai.model with parameters of type SThreadedCommentModifier and TypeMethodDescriptiondefault voidSSheet.removeThreadedComment(SThreadedComment comment) Removes a threaded comment and all its replies from this sheet.default SThreadedCommentSSheet.replyToComment(SThreadedComment parent, String text, SThreadedCommentAuthor author) Adds a reply to an existing threaded comment. -
Uses of SThreadedComment in io.keikai.model.impl
Classes in io.keikai.model.impl that implement SThreadedCommentMethods in io.keikai.model.impl that return types with arguments of type SThreadedCommentMethods in io.keikai.model.impl with parameters of type SThreadedCommentModifier and TypeMethodDescriptionvoidThreadedCommentImpl.addReply(SThreadedComment reply) Adds a reply to this comment.