org.eclipse.emf.facet.efacet.provider
Class EfacetEditPlugin

java.lang.Object
  extended by EMFPlugin
      extended by org.eclipse.emf.facet.efacet.provider.EfacetEditPlugin

Deprecated. use the new eFacet metamodel in org.eclipse.emf.facet.efacet.metamodel. Cf. https://bugs.eclipse.org/bugs/show_bug.cgi?id=373672

@Deprecated
public final class EfacetEditPlugin
extends EMFPlugin

This is the central singleton for the Efacet edit plugin.

Generated:

Nested Class Summary
static class EfacetEditPlugin.Implementation
          Deprecated. 
 
Field Summary
static EfacetEditPlugin INSTANCE
          Deprecated. Keep track of the singleton.
 
Constructor Summary
EfacetEditPlugin()
          Deprecated. Create the instance.
 
Method Summary
static EfacetEditPlugin.Implementation getPlugin()
          Deprecated. Returns the singleton instance of the Eclipse plugin.
 ResourceLocator getPluginResourceLocator()
          Deprecated. Returns the singleton instance of the Eclipse plugin.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final EfacetEditPlugin INSTANCE
Deprecated. 
Keep track of the singleton.

Generated:
Constructor Detail

EfacetEditPlugin

public EfacetEditPlugin()
Deprecated. 
Create the instance.

Generated:
Method Detail

getPluginResourceLocator

public ResourceLocator getPluginResourceLocator()
Deprecated. 
Returns the singleton instance of the Eclipse plugin.

Returns:
the singleton instance.
Generated:

getPlugin

public static EfacetEditPlugin.Implementation getPlugin()
Deprecated. 
Returns the singleton instance of the Eclipse plugin.

Returns:
the singleton instance.
Generated: