org.openscience.jmol.app.jmolpanel
Class JmolResourceHandler
java.lang.Object
org.openscience.jmol.app.jmolpanel.JmolResourceHandler
class JmolResourceHandler
- 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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instance
private static JmolResourceHandler instance
stringsResourceBundle
private ResourceBundle stringsResourceBundle
generalResourceBundle
private ResourceBundle generalResourceBundle
JmolResourceHandler
private JmolResourceHandler()
clear
static void clear()
getInstance
static JmolResourceHandler getInstance()
getStringX
static String getStringX(String key)
getIconX
static ImageIcon getIconX(String key)
getIcon
private ImageIcon getIcon(String key)
getString
private String getString(String key)