Uses of Enum Class
ca.phon.session.GemType
Packages that use GemType
Package
Description
-
Uses of GemType in ca.phon.app.session.editor
Methods in ca.phon.app.session.editor that return GemTypeModifier and TypeMethodDescriptionEditorEventType.GemTypeChangedData.newType()
Returns the value of thenewType
record component.EditorEventType.GemTypeChangedData.oldType()
Returns the value of theoldType
record component.Constructors in ca.phon.app.session.editor with parameters of type GemTypeModifierConstructorDescriptionGemTypeChangedData
(Gem gem, int elementIndex, GemType oldType, GemType newType) Creates an instance of aGemTypeChangedData
record class. -
Uses of GemType in ca.phon.app.session.editor.undo
Constructors in ca.phon.app.session.editor.undo with parameters of type GemTypeModifierConstructorDescriptionChangeGemTypeEdit
(Session session, EditorEventManager editorEventManager, Gem gem, GemType newType) -
Uses of GemType in ca.phon.session
Subclasses with type arguments of type GemType in ca.phon.sessionMethods in ca.phon.session that return GemTypeModifier and TypeMethodDescriptionGem.getType()
static GemType
Returns the enum constant of this class with the specified name.static GemType[]
GemType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.phon.session with parameters of type GemType -
Uses of GemType in ca.phon.session.impl
Methods in ca.phon.session.impl that return GemTypeMethods in ca.phon.session.impl with parameters of type GemTypeModifier and TypeMethodDescriptionvoid
Constructors in ca.phon.session.impl with parameters of type GemType -
Uses of GemType in ca.phon.session.spi
Methods in ca.phon.session.spi that return GemTypeMethods in ca.phon.session.spi with parameters of type GemType