Uses of Class
ca.phon.ipadictionary.IPADictionary
Package
Description
-
Uses of IPADictionary in ca.phon.app.ipalookup
-
Uses of IPADictionary in ca.phon.app.session.editor.view.ipa_lookup
Modifier and TypeMethodDescriptionAutoTranscriber.getDictionary()
IPALookupEdit.getDictionary()
RecordLookupPanel.getDictionary()
Modifier and TypeMethodDescriptionIPALookupPostProcessor.postProcess
(IPADictionary dictionary, String orthography, IPATranscript transcript) Apply rules/transformations to givenIPATranscript
object using given information.void
AutoTranscriber.setDictionary
(IPADictionary dictionary) void
RecordLookupPanel.setDictionary
(IPADictionary lookupContext) ModifierConstructorDescriptionIPALookupEdit
(SessionEditor editor, IPADictionary dictionary, String orthography, Tier<IPATranscript> tier, int groupIndex, IPATranscript newValue) Constructor -
Uses of IPADictionary in ca.phon.dict.cmn
Modifier and TypeMethodDescriptionToneFixes.postProcess
(IPADictionary dictionary, String orthography, IPATranscript transcript) -
Uses of IPADictionary in ca.phon.ipadictionary
Modifier and TypeMethodDescriptionIPADictionaryLibrary.defaultDictionary()
Get default IPA dictionary, if no preference is set this will return the first dictionary found.DefaultDictionaryProvider.loadFromURL
(URL url) TransliterationDictionaryProvider.loadFromURL
(URL url) Modifier and TypeMethodDescriptionIPADictionaryLibrary.availableDictionaries()
Provides an iterator of all available dictionaries.IPADictionaryLibrary.dictionariesForLanguage
(Language lang) Get all dictionaries for the specified primary languageIPADictionaryLibrary.dictionariesForLanguage
(String lang) Get all dictionaries for the specified primary languageIPADictionaryLibrary.getLoader()
Get the loader used with the library.DefaultDictionaryProvider.iterator()
-
Uses of IPADictionary in ca.phon.ipadictionary.impl
Modifier and TypeMethodDescriptionvoid
CompoundDictionary.install
(IPADictionary dict) void
DatabaseDictionary.install
(IPADictionary dict) void
ImmutablePlainTextDictionary.install
(IPADictionary dict) void
TransliterationDictionary.install
(IPADictionary dict) -
Uses of IPADictionary in ca.phon.ipadictionary.spi
Modifier and TypeMethodDescriptionvoid
IPADictionarySPI.install
(IPADictionary dict) Install this SPI into the given IPADictionary -
Uses of IPADictionary in ca.phon.ipadictionary.ui
Modifier and TypeMethodDescriptionIPALookupContext.getDictionary()
IPADictionarySelector.getSelectedIPADictionary()
Modifier and TypeMethodDescriptionint
IPADictionarySelector.getIPADictionaryIndex
(IPADictionary dict) void
IPADictionarySelector.setSelectedIPADictionary
(IPADictionary dict, boolean shouldScroll)