class JmolResourceHandler extends Object
Modifier and Type | Field and Description |
---|---|
static Object |
codePath |
private ResourceBundle |
generalResourceBundle |
private static JmolResourceHandler |
instance |
private ResourceBundle |
stringsResourceBundle |
Modifier | Constructor and Description |
---|---|
private |
JmolResourceHandler() |
Modifier and Type | Method and Description |
---|---|
(package private) static void |
clear() |
private ImageIcon |
getIcon(String key) |
(package private) static ImageIcon |
getIconX(String key) |
(package private) static JmolResourceHandler |
getInstance() |
private String |
getString(String key) |
(package private) static String |
getStringX(String key) |
private static JmolResourceHandler instance
private ResourceBundle stringsResourceBundle
private ResourceBundle generalResourceBundle
public static Object codePath