org.gudy.azureus2.ui.swt
Class LocaleUtilSWT

java.lang.Object
  extended by org.gudy.azureus2.ui.swt.LocaleUtilSWT
All Implemented Interfaces:
LocaleUtilListener

public class LocaleUtilSWT
extends java.lang.Object
implements LocaleUtilListener

Author:
Tobias Minich

Field Summary
protected static java.lang.Object remembered_on_behalf_of
           
protected static LocaleUtilDecoder rememberedDecoder
           
protected static boolean rememberEncodingDecision
           
 
Constructor Summary
LocaleUtilSWT(AzureusCore core)
           
 
Method Summary
 LocaleUtilDecoderCandidate selectDecoder(LocaleUtil locale_util, java.lang.Object decision_owner, LocaleUtilDecoderCandidate[] candidates)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rememberEncodingDecision

protected static boolean rememberEncodingDecision

rememberedDecoder

protected static LocaleUtilDecoder rememberedDecoder

remembered_on_behalf_of

protected static java.lang.Object remembered_on_behalf_of
Constructor Detail

LocaleUtilSWT

public LocaleUtilSWT(AzureusCore core)
Method Detail

selectDecoder

public LocaleUtilDecoderCandidate selectDecoder(LocaleUtil locale_util,
                                                java.lang.Object decision_owner,
                                                LocaleUtilDecoderCandidate[] candidates)
                                         throws LocaleUtilEncodingException
Specified by:
selectDecoder in interface LocaleUtilListener
Throws:
LocaleUtilEncodingException