Class PcmtxEditorPlugin

  • All Implemented Interfaces:
    Logger, ResourceLocator

    public final class PcmtxEditorPlugin
    extends EMFPlugin
    This is the central singleton for the Pcmtx editor plugin.
    Generated class or method.
    • Field Detail

      • INSTANCE

        public static final PcmtxEditorPlugin INSTANCE
        Keep track of the singleton.
        Generated class or method.
    • Constructor Detail

      • PcmtxEditorPlugin

        public PcmtxEditorPlugin()
        Create the instance.
        Generated class or method.
    • Method Detail

      • getPluginResourceLocator

        public ResourceLocator getPluginResourceLocator()
        Returns the singleton instance of the Eclipse plugin.
        Specified by:
        getPluginResourceLocator in class EMFPlugin
        Returns:
        the singleton instance.
        Generated class or method.
      • getPlugin

        public static PcmtxEditorPlugin.Implementation getPlugin()
        Returns the singleton instance of the Eclipse plugin.
        Returns:
        the singleton instance.
        Generated class or method.