Class PalladioComponentModelDiagramEditorPlugin

  • All Implemented Interfaces:
    org.osgi.framework.BundleActivator

    public class PalladioComponentModelDiagramEditorPlugin
    extends AbstractUIPlugin
    Generated class or method.
    • Field Detail

      • DIAGRAM_PREFERENCES_HINT

        public static final org.eclipse.gmf.runtime.diagram.core.preferences.PreferencesHint DIAGRAM_PREFERENCES_HINT
        Generated class or method.
    • Constructor Detail

      • PalladioComponentModelDiagramEditorPlugin

        public PalladioComponentModelDiagramEditorPlugin()
        Generated class or method.
    • Method Detail

      • start

        public void start​(org.osgi.framework.BundleContext context)
                   throws Exception
        Specified by:
        start in interface org.osgi.framework.BundleActivator
        Overrides:
        start in class AbstractUIPlugin
        Throws:
        Exception
        Generated class or method.
      • stop

        public void stop​(org.osgi.framework.BundleContext context)
                  throws Exception
        Specified by:
        stop in interface org.osgi.framework.BundleActivator
        Overrides:
        stop in class AbstractUIPlugin
        Parameters:
        context - a BundleContext
        Throws:
        Exception - some Exception
        Generated class or method.
        not
      • createAdapterFactory

        protected AdapterFactory createAdapterFactory()
        Returns:
        a PalladioItemProviderAdapterFactory
        Generated class or method.
        not
      • fillItemProviderFactories

        protected void fillItemProviderFactories​(List<AdapterFactory> factories)
        Generated class or method.
      • getItemProvidersAdapterFactory

        public AdapterFactory getItemProvidersAdapterFactory()
        Generated class or method.
      • getItemImageDescriptor

        public ImageDescriptor getItemImageDescriptor​(Object item)
        Generated class or method.
      • getBundledImageDescriptor

        public static ImageDescriptor getBundledImageDescriptor​(String path)
        Generated class or method.
      • findImageDescriptor

        public static ImageDescriptor findImageDescriptor​(String path)
        Generated class or method.
      • getBundledImage

        public Image getBundledImage​(String path)
        Generated class or method.
      • getString

        public static String getString​(String key)
        Generated class or method.
      • getElementInitializers

        public ElementInitializers getElementInitializers()
        Generated class or method.
      • setElementInitializers

        public void setElementInitializers​(ElementInitializers i)
        Generated class or method.
      • logError

        public void logError​(String error)
        Generated class or method.
      • logError

        public void logError​(String error,
                             Throwable throwable)
        Generated class or method.
      • logInfo

        public void logInfo​(String message)
        Generated class or method.
      • logInfo

        public void logInfo​(String message,
                            Throwable throwable)
        Generated class or method.