|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.plugin.spellcheck.Parameters.Locale
public static class Parameters.Locale
Locale with an available dictionary resource.
| Method Summary | |
|---|---|
URL |
getDictUrl()
Provides the url where the dictionary resource can be found for this language. |
String |
getIsoCode()
Provides ISO code as defined by: http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 |
String |
getLabel()
Provides user readable name of language. |
boolean |
isLoading()
Indicates if this locale is currenly loading in the list of locales. |
void |
setLoading(boolean loading)
Sets the loading property. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String getLabel()
public String getIsoCode()
public URL getDictUrl()
public void setLoading(boolean loading)
loading - indicates if this locale is currently loading in the
locales listpublic boolean isLoading()
public String toString()
toString in class Object
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||