Package com.biglybt.ui.swt
Class LocaleUtilSWT
java.lang.Object
com.biglybt.ui.swt.LocaleUtilSWT
- All Implemented Interfaces:
LocaleUtilListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static WeakReference
<Object> protected static LocaleUtilDecoder
protected static boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
abandonSelection
(org.eclipse.swt.widgets.Shell s) selectDecoder
(LocaleUtil locale_util, Object decision_owner, List<LocaleUtilDecoderCandidate> candidates, boolean forceAsk) 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) private void
showChoosableEncodingWindow
(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:
selectDecoder
in 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)
-