Uses of Class
com.biglybt.core.internat.LocaleUtil
-
Packages that use LocaleUtil Package Description com.biglybt.core com.biglybt.core.impl com.biglybt.core.internat com.biglybt.ui.swt -
-
Uses of LocaleUtil in com.biglybt.core
Methods in com.biglybt.core that return LocaleUtil Modifier and Type Method Description LocaleUtil
Core. getLocaleUtil()
-
Uses of LocaleUtil in com.biglybt.core.impl
Methods in com.biglybt.core.impl that return LocaleUtil Modifier and Type Method Description LocaleUtil
CoreImpl. getLocaleUtil()
-
Uses of LocaleUtil in com.biglybt.core.internat
Fields in com.biglybt.core.internat declared as LocaleUtil Modifier and Type Field Description private static LocaleUtil
LocaleUtil. singleton
Methods in com.biglybt.core.internat that return LocaleUtil Modifier and Type Method Description static LocaleUtil
LocaleUtil. getSingleton()
Methods in com.biglybt.core.internat with parameters of type LocaleUtil Modifier and Type Method Description LocaleUtilDecoderCandidate
LocaleUtilListener. selectDecoder(LocaleUtil locale_util, java.lang.Object selection_owner, java.util.List<LocaleUtilDecoderCandidate> candidates, boolean forceAsk)
-
Uses of LocaleUtil in com.biglybt.ui.swt
Methods in com.biglybt.ui.swt with parameters of type LocaleUtil Modifier and Type Method Description LocaleUtilDecoderCandidate
LocaleUtilSWT. selectDecoder(LocaleUtil locale_util, java.lang.Object decision_owner, java.util.List<LocaleUtilDecoderCandidate> candidates, boolean forceAsk)
-