Class CDOEditPlugin

  • All Implemented Interfaces:
    Logger, ResourceLocator

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

      • INSTANCE

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

      • CDOEditPlugin

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

      • getPlugin

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