Uses of Record Class
ca.phon.session.position.TranscriptElementLocation
Packages that use TranscriptElementLocation
Package
Description
-
Uses of TranscriptElementLocation in ca.phon.app.session.editor
Fields in ca.phon.app.session.editor with type parameters of type TranscriptElementLocationModifier and TypeFieldDescriptionstatic final EditorEventType<TranscriptElementLocation> EditorEventType.SessionLocationChangedPosition of caret changed in record tiers -
Uses of TranscriptElementLocation in ca.phon.app.session.editor.search
Methods in ca.phon.app.session.editor.search that return TranscriptElementLocationMethods in ca.phon.app.session.editor.search with parameters of type TranscriptElementLocationModifier and TypeMethodDescriptionvoidFindManager.setCurrentLocation(TranscriptElementLocation location) -
Uses of TranscriptElementLocation in ca.phon.app.session.editor.view.transcript
Methods in ca.phon.app.session.editor.view.transcript that return TranscriptElementLocationModifier and TypeMethodDescriptionTranscriptDocument.charPosToSessionLocation(int charPos) Converts a character position in the document into aTranscriptElementLocationobjectTranscriptEditor.charPosToSessionLocation(int charPos) Converts a character position in the document into aTranscriptElementLocationobjectTranscriptEditorCaret.getCurrentLocation()Get the current location of the caret in the transcriptTranscriptEditor.getCurrentSessionLocation()Returns the current location in the document as a TranscriptElementLocationTranscriptEditorCaret.getPreviousLocation()Get the previous location of the caret in the transcriptTranscriptEditorCaret.getTranscriptLocation(int caretOffset) Get caret transcript locationTranscriptEditor.TranscriptLocationChangeData.newLoc()Returns the value of thenewLocrecord component.TranscriptEditor.TranscriptLocationChangeData.oldLoc()Returns the value of theoldLocrecord component.Methods in ca.phon.app.session.editor.view.transcript with parameters of type TranscriptElementLocationModifier and TypeMethodDescriptionintTranscriptDocument.sessionLocationToCharPos(TranscriptElementLocation transcriptLocation) Converts a session location into a character position in the documentintTranscriptEditor.sessionLocationToCharPos(TranscriptElementLocation transcriptLocation) Converts a session location into a character position in the documentvoidTranscriptEditor.setCurrentSessionLocation(TranscriptElementLocation currentTranscriptLocation) Sets the current location in the document, this method does not set the caret position only the internal locationConstructors in ca.phon.app.session.editor.view.transcript with parameters of type TranscriptElementLocationModifierConstructorDescriptionCreates an instance of aTranscriptLocationChangeDatarecord class. -
Uses of TranscriptElementLocation in ca.phon.app.session.editor.view.transcript.extensions
Methods in ca.phon.app.session.editor.view.transcript.extensions with parameters of type TranscriptElementLocationModifier and TypeMethodDescriptionvoidAlignmentExtension.onTranscriptLocationChanged(TranscriptElementLocation oldLocation, TranscriptElementLocation newLocation) voidSyllabificationExtension.onTranscriptLocationChanged(TranscriptElementLocation oldLocation, TranscriptElementLocation newLocation) -
Uses of TranscriptElementLocation in ca.phon.session.position
Methods in ca.phon.session.position that return TranscriptElementLocationMethods in ca.phon.session.position with parameters of type TranscriptElementLocationModifier and TypeMethodDescriptionintTranscriptElementLocation.compareTo(TranscriptElementLocation other) intTranscriptElementLocation.compareTo(TranscriptElementLocation other, List<String> tierList)