Uses of Class
ca.phon.session.Comment
Package
Description
-
Uses of Comment in ca.phon.phontalk.parser
-
Uses of Comment in ca.phon.session
Modifier and TypeMethodDescriptionSessionFactory.cloneComment
(Comment comment) SessionFactory.createComment()
Create commentSessionFactory.createComment
(CommentSPI commentImpl) SessionFactory.createComment
(String tag, String value) Create commentSessionFactory.createComment
(String tag, String value, MediaSegment segment) Record.getComment
(int idx) SessionMetadata.getComment
(int idx) Modifier and TypeMethodDescriptionvoid
Record.addComment
(Comment comment) void
SessionMetadata.addComment
(Comment comment) SessionFactory.cloneComment
(Comment comment) void
Record.removeComment
(Comment comment) void
SessionMetadata.removeComment
(Comment comment) -
Uses of Comment in ca.phon.session.impl
Modifier and TypeMethodDescriptionRecordImpl.getComment
(int idx) SessionMetadataImpl.getComment
(int idx) Modifier and TypeMethodDescriptionvoid
RecordImpl.addComment
(Comment comment) void
SessionMetadataImpl.addComment
(Comment comment) void
RecordImpl.removeComment
(Comment comment) void
SessionMetadataImpl.removeComment
(Comment comment) -
Uses of Comment in ca.phon.session.io.xml.v12
Modifier and TypeMethodDescriptionvoid
LazyRecord.addComment
(Comment comment) void
LazyRecord.removeComment
(Comment comment) -
Uses of Comment in ca.phon.session.io.xml.v13
Modifier and TypeMethodDescriptionvoid
LazyRecord.addComment
(Comment comment) void
LazyRecord.removeComment
(Comment comment) -
Uses of Comment in ca.phon.session.spi
Modifier and TypeMethodDescriptionRecordSPI.getComment
(int idx) get comment at given indexSessionMetadataSPI.getComment
(int idx) get comment at given indexModifier and TypeMethodDescriptionvoid
RecordSPI.addComment
(Comment comment) Add commentvoid
SessionMetadataSPI.addComment
(Comment comment) Add commentvoid
RecordSPI.removeComment
(Comment comment) Remove commentvoid
SessionMetadataSPI.removeComment
(Comment comment) Remove comment