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 thenewTyperecord component.EditorEventType.CommentTypeChangedData.oldType()Returns the value of theoldTyperecord 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 aCommentTypeChangedDatarecord 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 TypeClassDescriptionenumThe allowable types of comment headers in a transcript.Methods in ca.phon.session that return CommentTypeModifier and TypeMethodDescriptionstatic CommentTypeCommentType.fromString(String txt) Comment.getType()Get comment typestatic CommentTypeReturns 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 valuevoidComment.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) voidCommentImpl.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 commentvoidCommentSPI.setType(CommentType type)