Uses of Interface
com.solibri.smc.api.communication.Comment
Packages that use Comment
-
Uses of Comment in com.solibri.smc.api.communication
Methods in com.solibri.smc.api.communication that return CommentModifier and TypeMethodDescriptionstatic CommentComment.create()Creates an empty Comment.static CommentCreates an empty Comment with the specified UUID.Methods in com.solibri.smc.api.communication that return types with arguments of type CommentModifier and TypeMethodDescriptionSlide.getComments()Returns a list of the comments this Slide has directly.Viewpoint.getComments()Returns a list of the comments this Viewpoint has.Methods in com.solibri.smc.api.communication with parameters of type CommentModifier and TypeMethodDescriptionbooleanSlide.addComment(Comment comment) Adds the given comment to this slide.booleanViewpoint.addComment(Comment comment) Adds the given comment to this viewpoint.booleanSlide.removeComment(Comment comment) Removes the given comment from this slide.booleanViewpoint.removeComment(Comment comment) Removes the given comment from this viewpoint. -
Uses of Comment in com.solibri.smc.api.internal.listeners
Methods in com.solibri.smc.api.internal.listeners with parameters of type CommentModifier and TypeMethodDescriptionvoidSlideModifiedListener.commentAdded(Slide slide, Comment comment) Called when comment is added to the given slide.voidSlideModifiedListener.commentAdded(Slide slide, Viewpoint viewpoint, Comment comment) Called when comment is added to the given slide.voidSlideModifiedListener.commentModified(Slide slide, Comment comment) This method is called, when comment of a slide is modified.voidSlideModifiedListener.commentModified(Slide slide, Viewpoint viewpoint, Comment comment) This method is called, when comment of a slide is modified.