Uses of Class
ca.phon.ipadictionary.IPADictionary
Packages that use IPADictionary
Package
Description
-
Uses of IPADictionary in ca.phon.app.ipalookup
Constructors in ca.phon.app.ipalookup with parameters of type IPADictionary -
Uses of IPADictionary in ca.phon.app.session.editor.view.ipa_lookup
Methods in ca.phon.app.session.editor.view.ipa_lookup that return IPADictionaryModifier and TypeMethodDescriptionAutoTranscriber.getDictionary()
IPALookupEdit.getDictionary()
RecordLookupPanel.getDictionary()
Methods in ca.phon.app.session.editor.view.ipa_lookup with parameters of type IPADictionaryModifier 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) Constructors in ca.phon.app.session.editor.view.ipa_lookup with parameters of type IPADictionaryModifierConstructorDescriptionIPALookupEdit
(SessionEditor editor, IPADictionary dictionary, String orthography, Tier<IPATranscript> tier, int groupIndex, IPATranscript newValue) Constructor -
Uses of IPADictionary in ca.phon.dict.cmn
Methods in ca.phon.dict.cmn with parameters of type IPADictionaryModifier and TypeMethodDescriptionToneFixes.postProcess
(IPADictionary dictionary, String orthography, IPATranscript transcript) -
Uses of IPADictionary in ca.phon.ipadictionary
Methods in ca.phon.ipadictionary that return IPADictionaryModifier 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) Methods in ca.phon.ipadictionary that return types with arguments of type IPADictionaryModifier 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
Methods in ca.phon.ipadictionary.impl with parameters of type IPADictionaryModifier and TypeMethodDescriptionvoid
CompoundDictionary.install
(IPADictionary dict) void
DatabaseDictionary.install
(IPADictionary dict) void
ImmutablePlainTextDictionary.install
(IPADictionary dict) void
TransliterationDictionary.install
(IPADictionary dict) Constructors in ca.phon.ipadictionary.impl with parameters of type IPADictionary -
Uses of IPADictionary in ca.phon.ipadictionary.spi
Methods in ca.phon.ipadictionary.spi with parameters of type IPADictionaryModifier and TypeMethodDescriptionvoid
IPADictionarySPI.install
(IPADictionary dict) Install this SPI into the given IPADictionary -
Uses of IPADictionary in ca.phon.ipadictionary.ui
Methods in ca.phon.ipadictionary.ui that return IPADictionaryModifier and TypeMethodDescriptionIPALookupContext.getDictionary()
IPADictionarySelector.getSelectedIPADictionary()
Methods in ca.phon.ipadictionary.ui with parameters of type IPADictionaryModifier and TypeMethodDescriptionint
IPADictionarySelector.getIPADictionaryIndex
(IPADictionary dict) void
IPADictionarySelector.setSelectedIPADictionary
(IPADictionary dict, boolean shouldScroll)