Class CDOEditPlugin

All Implemented Interfaces:
Logger, ResourceLocator

public final class CDOEditPlugin extends EMFPlugin
This is the central singleton for the Etypes edit plugin.
Since:
4.0
Generated
  • Field Details

    • INSTANCE

      public static final CDOEditPlugin INSTANCE
      Keep track of the singleton.
      Generated
  • Constructor Details

    • CDOEditPlugin

      public CDOEditPlugin()
      Create the instance.
      Generated
      NOT
  • Method Details

    • getPluginResourceLocator

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

      public static CDOEditPlugin.Implementation getPlugin()
      Returns the singleton instance of the Eclipse plugin.
      Returns:
      the singleton instance.
      Generated