static String de.alysis.r.submit.ui.SubmitPlugin.getResourceString String  key  )  [static]
 

Returns the string from the plugin's resource bundle, or 'key' if not found.

00049                                                            {
00050                 ResourceBundle bundle = SubmitPlugin.getDefault().getResourceBundle();
00051                 try {
00052                         return (bundle != null) ? bundle.getString(key) : key;
00053                 } catch (MissingResourceException e) {
00054                         return key;
00055                 }
00056         }


Generated on Mon Jun 26 18:45:59 2006 for RSubmit by  doxygen 1.4.6