Uses of Class
org.gvsig.i18n.I18nException
Packages that use I18nException
-
Uses of I18nException in org.gvsig.i18n
Methods in org.gvsig.i18n that throw I18nExceptionModifier and TypeMethodDescriptionvoidI18nManager.exportLocaleForTranslation(Locale locale, Locale[] referenceLocales, File exportFile) Exports the keys of text to translate to a new locale to a jar file.voidI18nManager.exportLocaleForTranslation(Locale locale, Locale referenceLocale, File exportFile) Exports the keys of text to translate to a new locale to a jar file.voidI18nManager.exportLocaleForUpdate(Locale locale, Locale referenceLocale, File exportFile) Exports the translations of a locale to update or complete its translation, into a jar file.voidI18nManager.exportLocalesForUpdate(Locale[] locales, Locale referenceLocale, File exportFile) Exports the translations of a list of locales to update or complete its translation, into a jar file.Locale[]I18nManager.installLocales(File importFile) Installs or a new locale (or a list) and its translation, or updates an already existing one.voidI18nManager.uninstallLocale(Locale locale) Uninstalls a locale and its translation. -
Uses of I18nException in org.gvsig.i18n.extension.preferences.table
Methods in org.gvsig.i18n.extension.preferences.table that throw I18nExceptionModifier and TypeMethodDescriptionvoidLocaleTableModel.removeLocale(Locale locale) Removes and uninstalls a locale. -
Uses of I18nException in org.gvsig.i18n.impl
Subclasses of I18nException in org.gvsig.i18n.implModifier and TypeClassDescriptionclassException for errors exporting a Locale for translation or update.classException for errors installing a locale or locales from an import file.classException for errors installing a locale or locales from an import file.classException for errors installing a locale or locales from an import file.classException for errors installing a locale or locales from an import file.classException for errors uninstalling aLocaleยทMethods in org.gvsig.i18n.impl that throw I18nExceptionModifier and TypeMethodDescriptionvoidI18nManagerImpl.exportLocaleForTranslation(Locale locale, Locale[] referenceLocales, File exportFile) voidI18nManagerImpl.exportLocaleForTranslation(Locale locale, Locale referenceLocale, File exportFile) voidI18nManagerImpl.exportLocaleForUpdate(Locale locale, Locale referenceLocale, File exportFile) voidI18nManagerImpl.exportLocalesForUpdate(Locale[] locales, Locale referenceLocale, File exportFile) Locale[]I18nManagerImpl.installLocales(File importFile) voidI18nManagerImpl.uninstallLocale(Locale locale)