Klasse AssemblyEditPlugin

Alle implementierten Schnittstellen:
Logger, ResourceLocator

public final class AssemblyEditPlugin extends EMFPlugin
This is the central singleton for the Assembly edit plugin.
Generated
  • Felddetails

    • INSTANCE

      public static final AssemblyEditPlugin INSTANCE
      Keep track of the singleton.
      Generated
  • Konstruktordetails

    • AssemblyEditPlugin

      public AssemblyEditPlugin()
      Create the instance.
      Generated
  • Methodendetails

    • getPluginResourceLocator

      public ResourceLocator getPluginResourceLocator()
      Returns the singleton instance of the Eclipse plugin.
      Angegeben von:
      getPluginResourceLocator in Klasse EMFPlugin
      Gibt zurück:
      the singleton instance.
      Generated
    • getPlugin

      public static AssemblyEditPlugin.Implementation getPlugin()
      Returns the singleton instance of the Eclipse plugin.
      Gibt zurück:
      the singleton instance.
      Generated