public class GT extends Object
Modifier and Type | Field and Description |
---|---|
private static boolean |
allowDebug |
private boolean |
doTranslate |
private static GT |
getTextWrapper |
private static Map<String,String> |
htLanguages |
private static boolean |
ignoreApplicationBundle |
private String |
language |
private static Language[] |
languageList |
private int |
resourceCount |
private Resource[] |
resources |
(package private) static Viewer |
viewer |
Constructor and Description |
---|
GT() |
GT(JmolViewer viewer,
String langCode) |
Modifier and Type | Method and Description |
---|---|
static String |
_(String string) |
private void |
addBundle(String className,
String name) |
private void |
addBundles(String type,
String la_co_va,
String la_co,
String la) |
private void |
createLanguageList() |
static String |
escapeHTML(String msg) |
static boolean |
getDoTranslate() |
static String |
getLanguage() |
static Language[] |
getLanguageList(GT gt) |
private String |
getString(String s) |
private String |
getSupported(String code) |
private static GT |
getTextWrapper() |
static String |
i(String s,
int n) |
static void |
ignoreApplicationBundle() |
static String |
o(String s,
Object o) |
static boolean |
setDoTranslate(boolean TF) |
private static boolean ignoreApplicationBundle
private static GT getTextWrapper
private static Language[] languageList
private Resource[] resources
private int resourceCount
private boolean doTranslate
private String language
private static boolean allowDebug
static Viewer viewer
public GT()
public GT(JmolViewer viewer, String langCode)
public static String getLanguage()
public static void ignoreApplicationBundle()
public static boolean setDoTranslate(boolean TF)
TF
- public static boolean getDoTranslate()
private static GT getTextWrapper()
private void createLanguageList()