Uses of Class
ca.phon.session.Gem
Packages that use Gem
Package
Description
-
Uses of Gem in ca.phon.app.session.editor
Methods in ca.phon.app.session.editor that return GemModifier and TypeMethodDescriptionEditorEventType.GemAddedData.gem()Returns the value of thegemrecord component.EditorEventType.GemChangedData.gem()Returns the value of thegemrecord component.EditorEventType.GemDeletedData.gem()Returns the value of thegemrecord component.EditorEventType.GemMovedData.gem()Returns the value of thegemrecord component.EditorEventType.GemTypeChangedData.gem()Returns the value of thegemrecord component.Constructors in ca.phon.app.session.editor with parameters of type GemModifierConstructorDescriptionGemAddedData(Gem gem, int elementIndex) Creates an instance of aGemAddedDatarecord class.GemChangedData(Gem gem, int elementIndex, String oldLabel, String newLabel) Creates an instance of aGemChangedDatarecord class.GemDeletedData(Gem gem, int elementIndex) Creates an instance of aGemDeletedDatarecord class.GemMovedData(Gem gem, int oldElementIndex, int newElementIndex) Creates an instance of aGemMovedDatarecord class.GemTypeChangedData(Gem gem, int elementIndex, GemType oldType, GemType newType) Creates an instance of aGemTypeChangedDatarecord class. -
Uses of Gem in ca.phon.app.session.editor.undo
Constructors in ca.phon.app.session.editor.undo with parameters of type GemModifierConstructorDescriptionChangeGemEdit(SessionEditor editor, Gem gem, String newLabel) ChangeGemEdit(Session session, EditorEventManager editorEventManager, Gem gem, String newLabel) ChangeGemTypeEdit(Session session, EditorEventManager editorEventManager, Gem gem, GemType newType) -
Uses of Gem in ca.phon.app.session.editor.view.transcript
Methods in ca.phon.app.session.editor.view.transcript that return GemModifier and TypeMethodDescriptionstatic GemTranscriptStyleConstants.getGem(AttributeSet attrs) Get the gem associated with the given attributesMethods in ca.phon.app.session.editor.view.transcript with parameters of type GemModifier and TypeMethodDescriptionvoidWrites a given gem to the batchvoidTranscriptBatchBuilder.appendGemValue(Gem gem, AttributeSet attrs) voidTranscriptEditor.gemDataChanged(Gem gem, String newData) Changes the data in a given gem if the provided data is differentTranscriptStyleContext.getGemAttributes(Gem gem) Gets the attributes for a given gemintTranscriptDocument.getGemContentEnd(Gem gem) Gets the end position of the specified gemintTranscriptDocument.getGemContentStart(Gem gem) Gets the start position of the specified gemTranscriptDocument.getGemContentStartEnd(Gem gem) Get the range for the given gem's contentintGets the end position of the specified gemTranscriptStyleContext.getGemLabelAttributes(Gem gem) Gets the attributes for the label of a given gem line.TranscriptDocument.getGemLabelStartEnd(Gem gem) Return string range for given gem labelintTranscriptDocument.getGemStart(Gem gem) Gets the start position of the specified gemTranscriptDocument.getGemStartEnd(Gem gem) Return string range for given gemvoidTranscriptDocument.onChangeGemType(Gem gem) Updates the displayed type of the given gem in the documentvoidTranscriptDocument.onGemChanged(Gem gem) Updates the content of a gem in the documentstatic voidTranscriptStyleConstants.setGem(MutableAttributeSet attrs, Gem gem) Set the gem for the given attributes -
Uses of Gem in ca.phon.session
Methods in ca.phon.session that return GemModifier and TypeMethodDescriptionTranscript.Element.asGem()SessionFactory.createGem()Create empty lazy gemCreate gem of given type with labelCreate lazy gem with labelMethods in ca.phon.session with parameters of type GemModifier and TypeMethodDescriptionvoidAdd gem at given position in transcriptvoidAdd a new gem to the end of the transcriptintTranscript.getElementIndex(Gem gem) Return the element indexConstructors in ca.phon.session with parameters of type Gem