DataTypesEditorPlugin.java
Go to the documentation of this file.
00001 
00007 package org.best_of_robotics.model.datatypes.presentation;
00008 
00009 import org.eclipse.emf.common.EMFPlugin;
00010 
00011 import org.eclipse.emf.common.ui.EclipseUIPlugin;
00012 
00013 import org.eclipse.emf.common.util.ResourceLocator;
00014 
00021 public final class DataTypesEditorPlugin extends EMFPlugin {
00028         public static final DataTypesEditorPlugin INSTANCE = new DataTypesEditorPlugin();
00029         
00036         private static Implementation plugin;
00037 
00044         public DataTypesEditorPlugin() {
00045                 super
00046                         (new ResourceLocator [] {
00047                         });
00048         }
00049 
00057         @Override
00058         public ResourceLocator getPluginResourceLocator() {
00059                 return plugin;
00060         }
00061         
00069         public static Implementation getPlugin() {
00070                 return plugin;
00071         }
00072         
00079         public static class Implementation extends EclipseUIPlugin {
00086                 public Implementation() {
00087                         super();
00088         
00089                         // Remember the static instance.
00090                         //
00091                         plugin = this;
00092                 }
00093         }
00094 
00095 }


bride_plugin_source
Author(s): Alexander Bubeck
autogenerated on Sun Oct 5 2014 22:38:34