Klasse CDOEditPlugin

Alle implementierten Schnittstellen:
Logger, ResourceLocator

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

    • INSTANCE

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

    • CDOEditPlugin

      public CDOEditPlugin()
      Create the instance.
      Generated
      NOT
  • 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 CDOEditPlugin.Implementation getPlugin()
      Returns the singleton instance of the Eclipse plugin.
      Gibt zurück:
      the singleton instance.
      Generated