void de.alysis.r.submit.ui.SubmitPlugin.start BundleContext  context  )  throws Exception
 

This method is called upon plug-in activation.

00163                                                                   {
00164                 try {
00165                         super.start(context);
00166                         this.consoleManager = new ConsoleManager();
00167                         this.serverManager = new ServerManager();
00168 
00169                         /* Access preferences */
00170                         store = getPreferenceStore();
00171                         if (store == null) {
00172                                 throw new UiException("Preferences are not available.");
00173                         }
00174                 } catch (Exception e) {
00175                         Utilities.reportError(e.getLocalizedMessage(), e);
00176                 }
00177         }


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