Class LangBase

java.lang.Object
   |
   +----LangBase

public class LangBase
extends Object
Base class for language support.
You should use the class Lang to access language-dependent strings.
However, you might want to use the defined constants in this class.

Note that at the time being, the language cannot be changed while running the program.


Variable Index

 o ABOUT
 o APPLIED_S
 o APPLY
 o CANCEL
 o CLOSE
 o CONTENTS
 o COPY
 o CUT
 o DESELECT
 o DOYOUWANTTOSAVE_S
 o EDIT
 o ERROR_STORING_UNDO
 o EXECUTED_S
 o FILE
 o FIND
 o HELP
 o LANGUAGE
 o LOADED_S
 o LOADING_WAIT
 o NEW
 o NEW_WINDOW
 o NO
 o NO2
 o NO_UNDO_AVAIL
 o OK
 o OPEN
 o OPERATION_ABORTED
 o OPTIONS
 o PASTE
 o PREPARE_UNDO
 o PROB_MEM_ERR
 o REOPEN
 o RESET
 o RETRY
 o SAVE
 o SAVE_ALL
 o SAVE_AS
 o SAVE_SEL_AS
 o SAVED_S
 o SAVING_WAIT
 o SELECT_ALL
 o SELECTION
 o STILL_CONTINUE
 o STORING_UNDO
 o SUCCESFUL
 o UNDO
 o WINDOW
 o YES

Constructor Index

 o LangBase()

Method Index

 o getLangCount()
 o getLangIndex()
 o getLangIndex(String)
 o getLangLocale(String)
 o getLangName()
 o getLangName(int)
 o getStr(int)

Variables

 o OK
 public static final int OK
 o CANCEL
 public static final int CANCEL
 o APPLY
 public static final int APPLY
 o RETRY
 public static final int RETRY
 o YES
 public static final int YES
 o NO
 public static final int NO
 o FILE
 public static final int FILE
 o NEW
 public static final int NEW
 o OPEN
 public static final int OPEN
 o SAVE
 public static final int SAVE
 o SAVE_AS
 public static final int SAVE_AS
 o SAVE_ALL
 public static final int SAVE_ALL
 o SAVE_SEL_AS
 public static final int SAVE_SEL_AS
 o REOPEN
 public static final int REOPEN
 o NEW_WINDOW
 public static final int NEW_WINDOW
 o CLOSE
 public static final int CLOSE
 o EDIT
 public static final int EDIT
 o UNDO
 public static final int UNDO
 o CUT
 public static final int CUT
 o COPY
 public static final int COPY
 o PASTE
 public static final int PASTE
 o FIND
 public static final int FIND
 o SELECTION
 public static final int SELECTION
 o DESELECT
 public static final int DESELECT
 o SELECT_ALL
 public static final int SELECT_ALL
 o WINDOW
 public static final int WINDOW
 o HELP
 public static final int HELP
 o CONTENTS
 public static final int CONTENTS
 o ABOUT
 public static final int ABOUT
 o DOYOUWANTTOSAVE_S
 public static final int DOYOUWANTTOSAVE_S
 o LOADING_WAIT
 public static final int LOADING_WAIT
 o SAVING_WAIT
 public static final int SAVING_WAIT
 o OPERATION_ABORTED
 public static final int OPERATION_ABORTED
 o LOADED_S
 public static final int LOADED_S
 o SAVED_S
 public static final int SAVED_S
 o EXECUTED_S
 public static final int EXECUTED_S
 o APPLIED_S
 public static final int APPLIED_S
 o SUCCESFUL
 public static final int SUCCESFUL
 o NO2
 public static final int NO2
 o PREPARE_UNDO
 public static final int PREPARE_UNDO
 o STORING_UNDO
 public static final int STORING_UNDO
 o ERROR_STORING_UNDO
 public static final int ERROR_STORING_UNDO
 o PROB_MEM_ERR
 public static final int PROB_MEM_ERR
 o STILL_CONTINUE
 public static final int STILL_CONTINUE
 o NO_UNDO_AVAIL
 public static final int NO_UNDO_AVAIL
 o OPTIONS
 public static final int OPTIONS
 o RESET
 public static final int RESET
 o LANGUAGE
 public static final int LANGUAGE

Constructors

 o LangBase
 public LangBase()

Methods

 o getLangCount
 public static int getLangCount()
 o getLangIndex
 public static int getLangIndex(String l)
 o getLangName
 public static String getLangName()
 o getLangName
 public static String getLangName(int l)
 o getLangIndex
 public static int getLangIndex()
 o getLangLocale
 public static Locale getLangLocale(String l)
 o getStr
 public static String getStr(int constant)