Ejemplo n.º 1
0
 /**
  * Start.
  *
  * @param context the context
  * @throws Exception the exception
  * @generated
  */
 @Override
 public void start(BundleContext context) throws Exception {
   super.start(context);
   PreferencesHint.registerPreferenceStore(DIAGRAM_PREFERENCES_HINT, getPreferenceStore());
   plugin = this;
   log = new LogHelper(plugin);
 }
Ejemplo n.º 2
0
 /** @generated */
 @Override
 public void start(BundleContext context) throws Exception {
   super.start(context);
   instance = this;
   PreferencesHint.registerPreferenceStore(DIAGRAM_PREFERENCES_HINT, getPreferenceStore());
   adapterFactory = createAdapterFactory();
   DiagramPreferenceInitializer diagramPreferenceInitializer = new DiagramPreferenceInitializer();
   diagramPreferenceInitializer.initializeDefaultPreferences();
 }
 /** @generated */
 public void start(BundleContext context) throws Exception {
   super.start(context);
   instance = this;
   PreferencesHint.registerPreferenceStore(DIAGRAM_PREFERENCES_HINT, getPreferenceStore());
   adapterFactory = createAdapterFactory();
 }