Uses of Enum Class
ca.phon.session.CommentType
Packages that use CommentType
Package
Description
-
Uses of CommentType in ca.phon.app.session.editor
Methods in ca.phon.app.session.editor that return CommentTypeModifier and TypeMethodDescriptionEditorEventType.CommentTypeChangedData.newType()
Returns the value of thenewType
record component.EditorEventType.CommentTypeChangedData.oldType()
Returns the value of theoldType
record component.Constructors in ca.phon.app.session.editor with parameters of type CommentTypeModifierConstructorDescriptionCommentTypeChangedData
(Comment comment, int elementIndex, CommentType oldType, CommentType newType) Creates an instance of aCommentTypeChangedData
record class. -
Uses of CommentType in ca.phon.app.session.editor.undo
Constructors in ca.phon.app.session.editor.undo with parameters of type CommentTypeModifierConstructorDescriptionChangeCommentTypeEdit
(Session session, EditorEventManager editorEventManager, Comment comment, CommentType commentType) -
Uses of CommentType in ca.phon.session
Subclasses with type arguments of type CommentType in ca.phon.sessionModifier and TypeClassDescriptionenum
The allowable types of comment headers in a transcript.Methods in ca.phon.session that return CommentTypeModifier and TypeMethodDescriptionstatic CommentType
CommentType.fromString
(String txt) Comment.getType()
Get comment typestatic CommentType
Returns the enum constant of this class with the specified name.static CommentType[]
CommentType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.phon.session with parameters of type CommentTypeModifier and TypeMethodDescriptionSessionFactory.createComment
(CommentType commentType) Create new empty comment of given typeSessionFactory.createComment
(CommentType commentType, TierData value) Create comment with type and valuevoid
Comment.setType
(CommentType type) Set comment type -
Uses of CommentType in ca.phon.session.impl
Methods in ca.phon.session.impl that return CommentTypeMethods in ca.phon.session.impl with parameters of type CommentTypeModifier and TypeMethodDescriptionSessionFactoryImpl.createComment
(CommentType commentType, TierData value) void
CommentImpl.setType
(CommentType type) -
Uses of CommentType in ca.phon.session.spi
Methods in ca.phon.session.spi that return CommentTypeMethods in ca.phon.session.spi with parameters of type CommentTypeModifier and TypeMethodDescriptionSessionFactorySPI.createComment
(CommentType commentType, TierData value) Create commentvoid
CommentSPI.setType
(CommentType type)