Uses of Interface
com.solibri.smc.api.communication.Comment
-
Uses of Comment in com.solibri.smc.api.communication
Modifier and TypeMethodDescriptionstatic Comment
Comment.create()
Creates an empty Comment.static Comment
Creates an empty Comment with the specified UUID.Modifier and TypeMethodDescriptionSlide.getComments()
Returns a list of the comments this Slide has directly.Viewpoint.getComments()
Returns a list of the comments this Viewpoint has.Modifier and TypeMethodDescriptionboolean
Slide.addComment
(Comment comment) Adds the given comment to this slide.boolean
Viewpoint.addComment
(Comment comment) Adds the given comment to this viewpoint.boolean
Slide.removeComment
(Comment comment) Removes the given comment from this slide.boolean
Viewpoint.removeComment
(Comment comment) Removes the given comment from this viewpoint. -
Uses of Comment in com.solibri.smc.api.internal.listeners
Modifier and TypeMethodDescriptionvoid
SlideModifiedListener.commentAdded
(Slide slide, Comment comment) Called when comment is added to the given slide.void
SlideModifiedListener.commentAdded
(Slide slide, Viewpoint viewpoint, Comment comment) Called when comment is added to the given slide.void
SlideModifiedListener.commentModified
(Slide slide, Comment comment) This method is called, when comment of a slide is modified.void
SlideModifiedListener.commentModified
(Slide slide, Viewpoint viewpoint, Comment comment) This method is called, when comment of a slide is modified.