Uses of Record Class
ca.phon.session.position.TranscriptElementRange
Packages that use TranscriptElementRange
Package
Description
-
Uses of TranscriptElementRange in ca.phon.app.session.editor
Methods in ca.phon.app.session.editor that return TranscriptElementRangeConstructors in ca.phon.app.session.editor with parameters of type TranscriptElementRange -
Uses of TranscriptElementRange in ca.phon.app.session.editor.search
Methods in ca.phon.app.session.editor.search that return TranscriptElementRangeModifier and TypeMethodDescriptionFindManager.findNext()
Search for the next instance of the given expression and return it's location.FindManager.findPrev()
Search for the next instance of the given expression and return it's location.FindManager.getMatchedRange()
-
Uses of TranscriptElementRange in ca.phon.app.session.editor.view.search
Methods in ca.phon.app.session.editor.view.search that return TranscriptElementRangeMethods in ca.phon.app.session.editor.view.search with parameters of type TranscriptElementRangeModifier and TypeMethodDescriptionvoid
SearchViewTable.SearchViewTableModel.appendResult
(TranscriptElementRange range) Constructor parameters in ca.phon.app.session.editor.view.search with type arguments of type TranscriptElementRangeModifierConstructorDescriptionSearchViewTable
(Session session, List<TranscriptElementRange> ranges) SearchViewTableModel
(Session session, List<TranscriptElementRange> ranges) -
Uses of TranscriptElementRange in ca.phon.session
Methods in ca.phon.session with parameters of type TranscriptElementRangeModifier and TypeMethodDescriptionSession.getTranscriptText
(TranscriptElementRange transcriptElementRange) Get the text of the specified transcript element index and give range.