Package org.jmol.i18n

Class Resource

java.lang.Object
org.jmol.i18n.Resource

class Resource extends Object
  • Field Details

  • Constructor Details

    • Resource

      private Resource(Object resource, String className)
  • Method Details

    • getResource

      static Resource getResource(Viewer vwr, String className, String name)
    • getString

      String getString(String string)
    • getLanguage

      static String getLanguage()
    • getResourceFromPO

      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.
      Parameters:
      data -
      Returns:
      JmolResource
    • fix

      static String fix(String line)