|
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
class Parameters
Information provided via the spellchecer's xml parameters.
| Nested Class Summary | |
|---|---|
static class |
Parameters.Default
Default attribute that may be defined in the parameters xml. |
static class |
Parameters.Locale
Locale with an available dictionary resource. |
| Constructor Summary | |
|---|---|
Parameters()
|
|
| Method Summary | |
|---|---|
static String |
getDefault(Parameters.Default field)
Provides the value of a particular default field, null if undefined. |
static Parameters.Locale |
getLocale(String isoCode)
Provides locale with a given iso code. |
static ArrayList<Parameters.Locale> |
getLocales()
Provides locales in which dictionary resources are available. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
Parameters()
| Method Detail |
|---|
public static String getDefault(Parameters.Default field)
field - default field to retrieve
public static Parameters.Locale getLocale(String isoCode)
isoCode - iso code of locale to be retrieved
public static ArrayList<Parameters.Locale> getLocales()
|
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 | |||||||||