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 ResourceBundle
resource
private Map<String,String>
resourceMap
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) static String
fix(String line)
(package private) static String
getLanguage()
(package private) static Resource
getResource(Viewer vwr, String className, String name)
(package private) static Resource
getResourceFromPO(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) String
getString(String string)
-
-
-
Field Detail
-
resource
private ResourceBundle resource
-
-