Class NmrResourceHandler
- java.lang.Object
-
- org.openscience.jmol.app.janocchio.NmrResourceHandler
-
public class NmrResourceHandler extends Object
Provides access to resources (for example, strings and images). This class is a singleton which is retrieved by the getInstance method.- Author:
- Bradley A. Smith (bradley@baysmith.com)
-
-
Field Summary
Fields Modifier and Type Field Description private static NmrResourceHandlerinstanceprivate ResourceBundlestringsResourceBundle
-
Constructor Summary
Constructors Modifier Constructor Description privateNmrResourceHandler()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private ImageIcongetIcon(String key)static ImageIcongetIconX(String key)static NmrResourceHandlergetInstance()private StringgetString(String key)static StringgetStringX(String key)
-
-
-
Field Detail
-
instance
private static NmrResourceHandler instance
-
stringsResourceBundle
private ResourceBundle stringsResourceBundle
-
-