org.eclipse.gmt.modisco.infra.facet.edit.provider
Class FacetEditPlugin

java.lang.Object
  extended by EMFPlugin
      extended by org.eclipse.gmt.modisco.infra.facet.edit.provider.FacetEditPlugin

public final class FacetEditPlugin
extends EMFPlugin

This is the central singleton for the Facet edit plugin.


Nested Class Summary
static class FacetEditPlugin.Implementation
          The actual implementation of the Eclipse Plugin.
 
Field Summary
static FacetEditPlugin INSTANCE
          Keep track of the singleton.
 
Constructor Summary
FacetEditPlugin()
          Create the instance.
 
Method Summary
static FacetEditPlugin.Implementation getPlugin()
          Returns the singleton instance of the Eclipse plugin.
 ResourceLocator getPluginResourceLocator()
          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 FacetEditPlugin INSTANCE
Keep track of the singleton.

Constructor Detail

FacetEditPlugin

public FacetEditPlugin()
Create the instance.

Method Detail

getPluginResourceLocator

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

Returns:
the singleton instance.

getPlugin

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

Returns:
the singleton instance.