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 thegem
record component.EditorEventType.GemChangedData.gem()
Returns the value of thegem
record component.EditorEventType.GemDeletedData.gem()
Returns the value of thegem
record component.EditorEventType.GemMovedData.gem()
Returns the value of thegem
record component.EditorEventType.GemTypeChangedData.gem()
Returns the value of thegem
record component.Constructors in ca.phon.app.session.editor with parameters of type GemModifierConstructorDescriptionGemAddedData
(Gem gem, int elementIndex) Creates an instance of aGemAddedData
record class.GemChangedData
(Gem gem, int elementIndex, String oldLabel, String newLabel) Creates an instance of aGemChangedData
record class.GemDeletedData
(Gem gem, int elementIndex) Creates an instance of aGemDeletedData
record class.GemMovedData
(Gem gem, int oldElementIndex, int newElementIndex) Creates an instance of aGemMovedData
record class.GemTypeChangedData
(Gem gem, int elementIndex, GemType oldType, GemType newType) Creates an instance of aGemTypeChangedData
record 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 Gem
TranscriptStyleConstants.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 TypeMethodDescriptionvoid
Writes a given gem to the batchvoid
TranscriptEditor.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 gemint
TranscriptDocument.getGemContentEnd
(Gem gem) Gets the end position of the specified gemint
TranscriptDocument.getGemContentStart
(Gem gem) Gets the start position of the specified gemTranscriptDocument.getGemContentStartEnd
(Gem gem) Get the range for the given gem's contentint
Gets 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 labelint
TranscriptDocument.getGemStart
(Gem gem) Gets the start position of the specified gemTranscriptDocument.getGemStartEnd
(Gem gem) Return string range for given gemvoid
TranscriptDocument.onChangeGemType
(Gem gem) Updates the displayed type of the given gem in the documentstatic void
TranscriptStyleConstants.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 TypeMethodDescriptionvoid
Add gem at given position in transcriptvoid
Add a new gem to the end of the transcriptint
Transcript.getElementIndex
(Gem gem) Return the element indexConstructors in ca.phon.session with parameters of type Gem