|
| UNIVERSAL_ENGLISH =("Universal English", grammarscope.server.iface.Language.UniversalEnglish, "ueng", ".*[Ee]nglish.*", "english") |
|
| ENGLISH =("English", grammarscope.server.iface.Language.English, "eng", ".*[Ee]nglish.*", "english") |
|
| FRENCH =("French", grammarscope.server.iface.Language.French, "fre", ".*[Ff]rench.*", "french") |
|
| SPANISH =("Spanish", grammarscope.server.iface.Language.Spanish, "spa", ".*[Ss]panish.*", "spanish") |
|
| GERMAN =("German", grammarscope.server.iface.Language.German, "ger", ".*[Gg]erman.*", "german") |
|
| UNIVERSAL_CHINESE =("Universal Chinese", grammarscope.server.iface.Language.UniversalChinese, "uchi", ".*[Cc]hinese.*", "chinese") |
|
| CHINESE =("Chinese", grammarscope.server.iface.Language.Chinese, "chi", ".*[Cc]hinese.*", "chinese") |
|
| ARABIC =("Arabic", grammarscope.server.iface.Language.Arabic, "ara", ".*[Aa]rabic.*", "arabic") |
|
final grammarscope.server.iface.Language | ifaceLanguage |
|
|
static final ImageIcon[] | images |
|
◆ Language()
grammarscope.common.Language.Language |
( |
final String |
str, |
|
|
final grammarscope.server.iface.Language |
serverLanguage, |
|
|
final String |
key, |
|
|
final String |
filter, |
|
|
final String |
tag |
|
) |
| |
◆ [static initializer]()
grammarscope.common.Language.[static initializer] |
|
static |
◆ fromServerLanguage()
◆ toDisplay()
String grammarscope.common.Language.toDisplay |
( |
| ) |
|
◆ toFilter()
String grammarscope.common.Language.toFilter |
( |
| ) |
|
◆ toIface()
◆ toImage()
ImageIcon grammarscope.common.Language.toImage |
( |
| ) |
|
◆ toKey()
String grammarscope.common.Language.toKey |
( |
| ) |
|
◆ toTag()
String grammarscope.common.Language.toTag |
( |
| ) |
|
◆ ARABIC
grammarscope.common.Language.ARABIC =("Arabic", grammarscope.server.iface.Language.Arabic, "ara", ".*[Aa]rabic.*", "arabic") |
◆ CHINESE
grammarscope.common.Language.CHINESE =("Chinese", grammarscope.server.iface.Language.Chinese, "chi", ".*[Cc]hinese.*", "chinese") |
◆ ENGLISH
grammarscope.common.Language.ENGLISH =("English", grammarscope.server.iface.Language.English, "eng", ".*[Ee]nglish.*", "english") |
◆ filter
final String grammarscope.common.Language.filter |
|
private |
◆ FRENCH
grammarscope.common.Language.FRENCH =("French", grammarscope.server.iface.Language.French, "fre", ".*[Ff]rench.*", "french") |
◆ GERMAN
grammarscope.common.Language.GERMAN =("German", grammarscope.server.iface.Language.German, "ger", ".*[Gg]erman.*", "german") |
◆ ifaceLanguage
◆ images
final ImageIcon [] grammarscope.common.Language.images |
|
staticprivate |
◆ key
final String grammarscope.common.Language.key |
|
private |
◆ SPANISH
grammarscope.common.Language.SPANISH =("Spanish", grammarscope.server.iface.Language.Spanish, "spa", ".*[Ss]panish.*", "spanish") |
◆ str
final String grammarscope.common.Language.str |
|
private |
◆ tag
final String grammarscope.common.Language.tag |
|
private |
◆ UNIVERSAL_CHINESE
grammarscope.common.Language.UNIVERSAL_CHINESE =("Universal Chinese", grammarscope.server.iface.Language.UniversalChinese, "uchi", ".*[Cc]hinese.*", "chinese") |
◆ UNIVERSAL_ENGLISH
grammarscope.common.Language.UNIVERSAL_ENGLISH =("Universal English", grammarscope.server.iface.Language.UniversalEnglish, "ueng", ".*[Ee]nglish.*", "english") |
The documentation for this enum was generated from the following file:
- grammarscope/common/src/main/java/grammarscope/common/Language.java