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 thecomment
record component.EditorEventType.CommentChangedData.comment()
Returns the value of thecomment
record component.EditorEventType.CommentDeletedData.comment()
Returns the value of thecomment
record component.EditorEventType.CommentMovedData.comment()
Returns the value of thecomment
record component.EditorEventType.CommentTypeChangedData.comment()
Returns the value of thecomment
record component.Constructors in ca.phon.app.session.editor with parameters of type CommentModifierConstructorDescriptionCommentAddedData
(Comment comment, int elementIndex) Creates an instance of aCommentAddedData
record class.CommentChangedData
(Comment comment, int elementIndex, TierData oldComment, TierData newComment) Creates an instance of aCommentChangedData
record class.CommentDeletedData
(Comment comment, int elementIndex) Creates an instance of aCommentDeletedData
record class.CommentMovedData
(Comment comment, int oldElementIndex, int newElementIndex) Creates an instance of aCommentMovedData
record class.CommentTypeChangedData
(Comment comment, int elementIndex, CommentType oldType, CommentType newType) Creates an instance of aCommentTypeChangedData
record 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 Comment
TranscriptStyleConstants.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 TypeMethodDescriptionvoid
TranscriptDocument.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 batchvoid
TranscriptEditor.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 commentint
TranscriptDocument.getCommentContentEnd
(Comment comment) Gets the end position of the specified commentint
TranscriptDocument.getCommentContentStart
(Comment comment) Gets the start position of the specified commentTranscriptDocument.getCommentContentStartEnd
(Comment comment) Return the range for the given comment contentint
TranscriptDocument.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 labelint
TranscriptDocument.getCommentStart
(Comment comment) Get the start position of the specified comment including labelTranscriptDocument.getCommentStartEnd
(Comment comment) Return string range for given commentvoid
TranscriptDocument.onChangeCommentType
(Comment comment) Updates the displayed type of the given comment in the documentstatic void
TranscriptStyleConstants.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 TypeMethodDescriptionvoid
Transcript.addComment
(int elementIndex, Comment comment) Add new comment at the given element index.void
Transcript.addComment
(Comment comment) Add a new comment to end of the transcriptSessionFactory.cloneComment
(Comment comment) int
Transcript.getElementIndex
(Comment comment) Return the element indexTranscript.removeComment
(Comment comment) Remove given commentConstructors in ca.phon.session with parameters of type Comment