Speichervergabe
Class LanguageText

java.lang.Object
  |
  +--Speichervergabe.LanguageText

public class LanguageText
extends java.lang.Object

This class contains the definition of the supported languages and the texts for each language.


Field Summary
static int ALLOCATE
          Index in TEXT to get the short key for request type "Allocate"
static int DEUTSCH
          Constant for language german
static int ENGLISCH
          Constant for language english
static char[][] HOT
          Texts for the mnemonics in labels and buttons
static java.lang.String[] languages
          Supported languages
static java.lang.String[][] MESS
          Texts for messages
static int RELEASE
          Index in TEXT to get the short key for request type "Release"
static java.lang.String[][] TEXT
          General Texts for labels, buttons and so on
static java.lang.String[][] TOOLTIP
          ToolTips for buttons, labels and so on
 
Constructor Summary
LanguageText()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

ALLOCATE

public static final int ALLOCATE
Index in TEXT to get the short key for request type "Allocate"

RELEASE

public static final int RELEASE
Index in TEXT to get the short key for request type "Release"

DEUTSCH

public static final int DEUTSCH
Constant for language german

ENGLISCH

public static final int ENGLISCH
Constant for language english

languages

public static final java.lang.String[] languages
Supported languages

TOOLTIP

public static final java.lang.String[][] TOOLTIP
ToolTips for buttons, labels and so on

TEXT

public static final java.lang.String[][] TEXT
General Texts for labels, buttons and so on

HOT

public static final char[][] HOT
Texts for the mnemonics in labels and buttons

MESS

public static final java.lang.String[][] MESS
Texts for messages
Constructor Detail

LanguageText

public LanguageText()