Uses of Class
ca.phon.session.Comment
Packages that use Comment
Package
Description
-
Uses of Comment in ca.phon.app.session.editor
Methods in ca.phon.app.session.editor that return CommentModifier and TypeMethodDescriptionEditorEventType.CommentAddedData.comment()Returns the value of thecommentrecord component.EditorEventType.CommentChangedData.comment()Returns the value of thecommentrecord component.EditorEventType.CommentDeletedData.comment()Returns the value of thecommentrecord component.EditorEventType.CommentMovedData.comment()Returns the value of thecommentrecord component.EditorEventType.CommentTypeChangedData.comment()Returns the value of thecommentrecord component.Constructors in ca.phon.app.session.editor with parameters of type CommentModifierConstructorDescriptionCommentAddedData(Comment comment, int elementIndex) Creates an instance of aCommentAddedDatarecord class.CommentChangedData(Comment comment, int elementIndex, TierData oldComment, TierData newComment) Creates an instance of aCommentChangedDatarecord class.CommentDeletedData(Comment comment, int elementIndex) Creates an instance of aCommentDeletedDatarecord class.CommentMovedData(Comment comment, int oldElementIndex, int newElementIndex) Creates an instance of aCommentMovedDatarecord class.CommentTypeChangedData(Comment comment, int elementIndex, CommentType oldType, CommentType newType) Creates an instance of aCommentTypeChangedDatarecord class. -
Uses of Comment in ca.phon.app.session.editor.actions
Constructors in ca.phon.app.session.editor.actions with parameters of type CommentModifierConstructorDescriptionAddCommentAction(SessionEditor editor, Comment comment) AddCommentAction(SessionEditor editor, Comment comment, int elementIndex) -
Uses of Comment in ca.phon.app.session.editor.undo
Constructors in ca.phon.app.session.editor.undo with parameters of type CommentModifierConstructorDescriptionChangeCommentEdit(SessionEditor editor, Comment comment, TierData newValue) ChangeCommentEdit(Session session, EditorEventManager editorEventManager, Comment comment, TierData newValue) ChangeCommentTypeEdit(Session session, EditorEventManager editorEventManager, Comment comment, CommentType commentType) -
Uses of Comment in ca.phon.app.session.editor.view.transcript
Methods in ca.phon.app.session.editor.view.transcript that return CommentModifier and TypeMethodDescriptionstatic CommentTranscriptStyleConstants.getComment(AttributeSet attrs) Get the comment associated with the given attributesMethods in ca.phon.app.session.editor.view.transcript with parameters of type CommentModifier and TypeMethodDescriptionvoidTranscriptDocument.addComment(Comment comment, int transcriptElementIndex) Adds a comment to the document and the transcript at the given transcript element indexTranscriptBatchBuilder.appendComment(Comment comment, boolean chatTierNamesShown) Writes a given comment to the batchTranscriptBatchBuilder.appendCommentValue(Comment comment, AttributeSet attrs) voidTranscriptEditor.commentDataChanged(Comment comment, String newData) Changes the data in a given comment if the provided data is differentTranscriptStyleContext.getCommentAttributes(Comment comment) Gets the attributes for a given commentintTranscriptDocument.getCommentContentEnd(Comment comment) Gets the end position of the specified commentintTranscriptDocument.getCommentContentStart(Comment comment) Gets the start position of the specified commentTranscriptDocument.getCommentContentStartEnd(Comment comment) Return the range for the given comment contentintTranscriptDocument.getCommentEnd(Comment comment) Gets the end position of the specified commentTranscriptStyleContext.getCommentLabelAttributes(Comment comment) Gets the attributes for the label of a given comment line.TranscriptDocument.getCommentLabelStartEnd(Comment comment) Gets the start/end position of the specified comment labelintTranscriptDocument.getCommentStart(Comment comment) Get the start position of the specified comment including labelTranscriptDocument.getCommentStartEnd(Comment comment) Return string range for given commentvoidTranscriptDocument.onChangeCommentType(Comment comment) Updates the displayed type of the given comment in the documentvoidTranscriptDocument.onCommentChanged(Comment comment) Updates the content of a comment in the documentstatic voidTranscriptStyleConstants.setComment(MutableAttributeSet attrs, Comment comment) Set the comment for the given attributes -
Uses of Comment in ca.phon.session
Methods in ca.phon.session that return CommentModifier and TypeMethodDescriptionTranscript.Element.asComment()SessionFactory.cloneComment(Comment comment) SessionFactory.createComment()Create empty generic commentSessionFactory.createComment(CommentType commentType) Create new empty comment of given typeSessionFactory.createComment(CommentType commentType, TierData value) Create comment with type and valueSessionFactory.createComment(CommentSPI commentImpl) SessionFactory.createComment(TierData value) Create generic comment with valueTranscript.removeComment(Comment comment) Remove given commentMethods in ca.phon.session with parameters of type CommentModifier and TypeMethodDescriptionvoidTranscript.addComment(int elementIndex, Comment comment) Add new comment at the given element index.voidTranscript.addComment(Comment comment) Add a new comment to end of the transcriptSessionFactory.cloneComment(Comment comment) intTranscript.getElementIndex(Comment comment) Return the element indexTranscript.removeComment(Comment comment) Remove given commentConstructors in ca.phon.session with parameters of type Comment