Class LocaleUtilSWT
java.lang.Object
com.biglybt.ui.swt.LocaleUtilSWT
- All Implemented Interfaces:
LocaleUtilListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static WeakReference<Object> protected static LocaleUtilDecoderprotected static boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidabandonSelection(org.eclipse.swt.widgets.Shell s) selectDecoder(LocaleUtil locale_util, Object decision_owner, List<LocaleUtilDecoderCandidate> candidates, boolean forceAsk) private voidsetSelectedIndex(org.eclipse.swt.widgets.Shell s, org.eclipse.swt.widgets.Table table, org.eclipse.swt.widgets.Button checkBox, LocaleUtilDecoderCandidate[] candidates, LocaleUtilDecoderCandidate[] selected_candidate) private voidshowChoosableEncodingWindow(org.eclipse.swt.widgets.Shell shell, LocaleUtilDecoderCandidate[] candidates, LocaleUtilDecoderCandidate[] selected_candidate)
-
Field Details
-
rememberEncodingDecision
protected static boolean rememberEncodingDecision -
rememberedDecoder
-
remembered_on_behalf_of_ref
-
-
Constructor Details
-
LocaleUtilSWT
-
-
Method Details
-
selectDecoder
public LocaleUtilDecoderCandidate selectDecoder(LocaleUtil locale_util, Object decision_owner, List<LocaleUtilDecoderCandidate> candidates, boolean forceAsk) throws LocaleUtilEncodingException - Specified by:
selectDecoderin interfaceLocaleUtilListener- Throws:
LocaleUtilEncodingException
-
showChoosableEncodingWindow
private void showChoosableEncodingWindow(org.eclipse.swt.widgets.Shell shell, LocaleUtilDecoderCandidate[] candidates, LocaleUtilDecoderCandidate[] selected_candidate) -
setSelectedIndex
private void setSelectedIndex(org.eclipse.swt.widgets.Shell s, org.eclipse.swt.widgets.Table table, org.eclipse.swt.widgets.Button checkBox, LocaleUtilDecoderCandidate[] candidates, LocaleUtilDecoderCandidate[] selected_candidate) -
abandonSelection
private void abandonSelection(org.eclipse.swt.widgets.Shell s)
-