Uses of Class
com.biglybt.core.internat.LocaleUtilDecoderCandidate
Packages that use LocaleUtilDecoderCandidate
-
Uses of LocaleUtilDecoderCandidate in com.biglybt.core.internat
Methods in com.biglybt.core.internat that return LocaleUtilDecoderCandidateModifier and TypeMethodDescriptionLocaleUtilListener.selectDecoder(LocaleUtil locale_util, Object selection_owner, List<LocaleUtilDecoderCandidate> candidates, boolean forceAsk) Methods in com.biglybt.core.internat that return types with arguments of type LocaleUtilDecoderCandidateModifier and TypeMethodDescriptionprotected List<LocaleUtilDecoderCandidate> LocaleUtil.getCandidates(byte[] array) Determine which locales are candidates for handling the supplied type of stringprotected static List<LocaleUtilDecoderCandidate> LocaleTorrentUtil.getTorrentCandidates(TOTorrent torrent) Checks the Torrent's text fields (path, comment, etc) against a list of locals, returning only those that can handle all the fields.Method parameters in com.biglybt.core.internat with type arguments of type LocaleUtilDecoderCandidateModifier and TypeMethodDescriptionprivate static voidLocaleTorrentUtil.retainAll(List<LocaleUtilDecoderCandidate> listToModify, List<LocaleUtilDecoderCandidate> list) LocaleUtilListener.selectDecoder(LocaleUtil locale_util, Object selection_owner, List<LocaleUtilDecoderCandidate> candidates, boolean forceAsk) -
Uses of LocaleUtilDecoderCandidate in com.biglybt.ui.swt
Methods in com.biglybt.ui.swt that return LocaleUtilDecoderCandidateModifier and TypeMethodDescriptionLocaleUtilSWT.selectDecoder(LocaleUtil locale_util, Object decision_owner, List<LocaleUtilDecoderCandidate> candidates, boolean forceAsk) Methods in com.biglybt.ui.swt with parameters of type LocaleUtilDecoderCandidateModifier and TypeMethodDescriptionprivate voidLocaleUtilSWT.setSelectedIndex(org.eclipse.swt.widgets.Shell s, org.eclipse.swt.widgets.Table table, org.eclipse.swt.widgets.Button checkBox, LocaleUtilDecoderCandidate[] candidates, LocaleUtilDecoderCandidate[] selected_candidate) private voidLocaleUtilSWT.showChoosableEncodingWindow(org.eclipse.swt.widgets.Shell shell, LocaleUtilDecoderCandidate[] candidates, LocaleUtilDecoderCandidate[] selected_candidate) Method parameters in com.biglybt.ui.swt with type arguments of type LocaleUtilDecoderCandidateModifier and TypeMethodDescriptionLocaleUtilSWT.selectDecoder(LocaleUtil locale_util, Object decision_owner, List<LocaleUtilDecoderCandidate> candidates, boolean forceAsk)