Package org.jmol.i18n
Class Resource
- java.lang.Object
-
- org.jmol.i18n.Resource
-
class Resource extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private ResourceBundleresourceprivate Map<String,String>resourceMap
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) static Stringfix(String line)(package private) static StringgetLanguage()(package private) static ResourcegetResource(Viewer vwr, String className, String name)(package private) static ResourcegetResourceFromPO(String data)applet only -- Simple reading of .po file; necessary for JavaScript; works in Java as well and avoids all those signed applets.(package private) StringgetString(String string)
-
-
-
Field Detail
-
resource
private ResourceBundle resource
-
-