GrammarScope  4.0.0
Classes | Public Member Functions | Static Public Member Functions | Public Attributes | Private Attributes | Static Private Attributes | List of all members
grammarscope.common.Language Enum Reference
Collaboration diagram for grammarscope.common.Language:
Collaboration graph
[legend]

Classes

interface  Getter
 

Public Member Functions

 Language (final String str, final grammarscope.server.iface.Language serverLanguage, final String key, final String filter, final String tag)
 
String toDisplay ()
 
String toKey ()
 
String toTag ()
 
String toFilter ()
 
ImageIcon toImage ()
 
grammarscope.server.iface.Language toIface ()
 

Static Public Member Functions

 [static initializer]
 
static Language fromServerLanguage (final grammarscope.server.iface.Language language)
 

Public Attributes

 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
 

Private Attributes

final String str
 
final String key
 
final String filter
 
final String tag
 

Static Private Attributes

static final ImageIcon[] images
 

Constructor & Destructor Documentation

◆ Language()

grammarscope.common.Language.Language ( final String  str,
final grammarscope.server.iface.Language  serverLanguage,
final String  key,
final String  filter,
final String  tag 
)

Member Function Documentation

◆ [static initializer]()

grammarscope.common.Language.[static initializer]
static

◆ fromServerLanguage()

static Language grammarscope.common.Language.fromServerLanguage ( final grammarscope.server.iface.Language  language)
static

◆ toDisplay()

String grammarscope.common.Language.toDisplay ( )

◆ toFilter()

String grammarscope.common.Language.toFilter ( )

◆ toIface()

grammarscope.server.iface.Language grammarscope.common.Language.toIface ( )

◆ toImage()

ImageIcon grammarscope.common.Language.toImage ( )

◆ toKey()

String grammarscope.common.Language.toKey ( )

◆ toTag()

String grammarscope.common.Language.toTag ( )

Member Data Documentation

◆ 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

final grammarscope.server.iface.Language grammarscope.common.Language.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: