Uses of Class
com.biglybt.core.internat.LocaleUtilDecoderCandidate
-
Packages that use LocaleUtilDecoderCandidate Package Description com.biglybt.core.internat com.biglybt.ui.swt -
-
Uses of LocaleUtilDecoderCandidate in com.biglybt.core.internat
Methods in com.biglybt.core.internat that return LocaleUtilDecoderCandidate Modifier and Type Method Description LocaleUtilDecoderCandidate
LocaleUtilListener. selectDecoder(LocaleUtil locale_util, java.lang.Object selection_owner, java.util.List<LocaleUtilDecoderCandidate> candidates, boolean forceAsk)
Methods in com.biglybt.core.internat that return types with arguments of type LocaleUtilDecoderCandidate Modifier and Type Method Description protected java.util.List<LocaleUtilDecoderCandidate>
LocaleUtil. getCandidates(byte[] array)
Determine which locales are candidates for handling the supplied type of stringprotected static java.util.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 LocaleUtilDecoderCandidate Modifier and Type Method Description private static void
LocaleTorrentUtil. retainAll(java.util.List<LocaleUtilDecoderCandidate> listToModify, java.util.List<LocaleUtilDecoderCandidate> list)
LocaleUtilDecoderCandidate
LocaleUtilListener. selectDecoder(LocaleUtil locale_util, java.lang.Object selection_owner, java.util.List<LocaleUtilDecoderCandidate> candidates, boolean forceAsk)
-
Uses of LocaleUtilDecoderCandidate in com.biglybt.ui.swt
Methods in com.biglybt.ui.swt that return LocaleUtilDecoderCandidate Modifier and Type Method Description LocaleUtilDecoderCandidate
LocaleUtilSWT. selectDecoder(LocaleUtil locale_util, java.lang.Object decision_owner, java.util.List<LocaleUtilDecoderCandidate> candidates, boolean forceAsk)
Methods in com.biglybt.ui.swt with parameters of type LocaleUtilDecoderCandidate Modifier and Type Method Description private void
LocaleUtilSWT. 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 void
LocaleUtilSWT. showChoosableEncodingWindow(org.eclipse.swt.widgets.Shell shell, LocaleUtilDecoderCandidate[] candidates, LocaleUtilDecoderCandidate[] selected_candidate)
Method parameters in com.biglybt.ui.swt with type arguments of type LocaleUtilDecoderCandidate Modifier and Type Method Description LocaleUtilDecoderCandidate
LocaleUtilSWT. selectDecoder(LocaleUtil locale_util, java.lang.Object decision_owner, java.util.List<LocaleUtilDecoderCandidate> candidates, boolean forceAsk)
-