Uses of Class
ca.phon.session.tierdata.TierData
Packages that use TierData
-
Uses of TierData in ca.phon.app.session.editor
Methods in ca.phon.app.session.editor that return TierDataModifier and TypeMethodDescriptionEditorEventType.CommentChangedData.newComment()
Returns the value of thenewComment
record component.EditorEventType.CommentChangedData.oldComment()
Returns the value of theoldComment
record component.Constructors in ca.phon.app.session.editor with parameters of type TierDataModifierConstructorDescriptionCommentChangedData
(Comment comment, int elementIndex, TierData oldComment, TierData newComment) Creates an instance of aCommentChangedData
record class. -
Uses of TierData in ca.phon.app.session.editor.undo
Constructors in ca.phon.app.session.editor.undo with parameters of type TierDataModifierConstructorDescriptionChangeCommentEdit
(SessionEditor editor, Comment comment, TierData newValue) ChangeCommentEdit
(Session session, EditorEventManager editorEventManager, Comment comment, TierData newValue) -
Uses of TierData in ca.phon.app.session.editor.view.common
Subclasses with type arguments of type TierData in ca.phon.app.session.editor.view.commonConstructor parameters in ca.phon.app.session.editor.view.common with type arguments of type TierData -
Uses of TierData in ca.phon.app.session.editor.view.transcript
Methods in ca.phon.app.session.editor.view.transcript that return types with arguments of type TierDataModifier and TypeMethodDescriptionTranscriptStyleConstants.getCommentTier
(MutableAttributeSet attrs) Method parameters in ca.phon.app.session.editor.view.transcript with type arguments of type TierDataModifier and TypeMethodDescriptionstatic void
TranscriptStyleConstants.setCommentTier
(MutableAttributeSet attrs, Tier<TierData> commentTier) -
Uses of TierData in ca.phon.app.session.intervalTiers
Methods in ca.phon.app.session.intervalTiers that return TierDataMethods in ca.phon.app.session.intervalTiers with parameters of type TierDataModifier and TypeMethodDescriptionstatic List
<IntervalTier.Interval> RecordIntervalTier.phoneIntervals
(TierData tierData) static List
<IntervalTier.Interval> RecordIntervalTier.tierDataIntervals
(TierData tierData) Get intervals from the givenTierData
object. -
Uses of TierData in ca.phon.session
Methods in ca.phon.session that return TierDataModifier and TypeMethodDescriptionRecord.getNotes()
Deprecated.since Phon 4.0, use 'Comments' tier insteadComment.getValue()
Get the comment data.Methods in ca.phon.session that return types with arguments of type TierDataModifier and TypeMethodDescriptionSessionFactory.createTier
(String name) Create a new text tier.Record.getNotesTier()
Deprecated.since Phon 4.0, use 'Comments' tier insteadMethods in ca.phon.session with parameters of type TierDataModifier and TypeMethodDescriptionSessionFactory.createComment
(CommentType commentType, TierData value) Create comment with type and valueSessionFactory.createComment
(TierData value) Create generic comment with valuevoid
Deprecated.since Phon 4.0, use 'Comments' tier insteadvoid
Set the comment value. -
Uses of TierData in ca.phon.session.format
Classes in ca.phon.session.format that implement interfaces with type arguments of type TierDataMethods in ca.phon.session.format that return TierDataMethods in ca.phon.session.format with parameters of type TierData -
Uses of TierData in ca.phon.session.impl
Methods in ca.phon.session.impl that return TierDataMethods in ca.phon.session.impl that return types with arguments of type TierDataMethods in ca.phon.session.impl with parameters of type TierDataModifier and TypeMethodDescriptionSessionFactoryImpl.createComment
(CommentType commentType, TierData value) void
-
Uses of TierData in ca.phon.session.io.xml.v1_2
Methods in ca.phon.session.io.xml.v1_2 that return types with arguments of type TierData -
Uses of TierData in ca.phon.session.io.xml.v2_0
Methods in ca.phon.session.io.xml.v2_0 that return types with arguments of type TierData -
Uses of TierData in ca.phon.session.spi
Methods in ca.phon.session.spi that return TierDataMethods in ca.phon.session.spi that return types with arguments of type TierDataMethods in ca.phon.session.spi with parameters of type TierDataModifier and TypeMethodDescriptionSessionFactorySPI.createComment
(CommentType commentType, TierData value) Create commentvoid
Set the comment string. -
Uses of TierData in ca.phon.session.tierdata
Methods in ca.phon.session.tierdata that return TierDataModifier and TypeMethodDescriptionstatic TierData
TierData.parseTierData
(String text) TierDataParserListener.toTierData()