Class SyllabificationExtension
java.lang.Object
ca.phon.app.session.editor.view.transcript.extensions.SyllabificationExtension
- All Implemented Interfaces:
TranscriptEditorExtension
An extension that provides syllabification support to the
TranscriptEditor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets an attribute set containing a reference to the syllabification component factory.void
install
(TranscriptEditor editor) boolean
boolean
void
void
Update on tier changevoid
-
Field Details
-
SYLLABIFICATION_IS_VISIBLE
- See Also:
-
SYLLABIFICATION_IS_VISIBLE_DEFAULT
public static final boolean SYLLABIFICATION_IS_VISIBLE_DEFAULT- See Also:
-
SYLLABIFICATION_IS_COMPONENT
- See Also:
-
SYLLABIFICATION_IS_COMPONENT_DEFAULT
public static final boolean SYLLABIFICATION_IS_COMPONENT_DEFAULT- See Also:
-
-
Constructor Details
-
SyllabificationExtension
public SyllabificationExtension()Constructor
-
-
Method Details
-
install
- Specified by:
install
in interfaceTranscriptEditorExtension
-
onTranscriptLocationChanged
public void onTranscriptLocationChanged(EditorEvent<TranscriptEditor.TranscriptLocationChangeData> event) -
onScEdit
-
onTierDataChanged
Update on tier change -
getSyllabificationDisplayAttributes
Gets an attribute set containing a reference to the syllabification component factory. Adding the contents of this attribute set to the attributes of a syllabification tier will cause it to appear as theSyllabificationDisplay
component instead of text- Returns:
- an attribute set containing a reference to the syllabification component factory
-
isSyllabificationVisible
public boolean isSyllabificationVisible() -
isSyllabificationComponent
public boolean isSyllabificationComponent()
-