org.eclipse.gmt.modisco.infra.facet.editor.presentation
Class FacetEditorPlugin

java.lang.Object
  extended by EMFPlugin
      extended by org.eclipse.gmt.modisco.infra.facet.editor.presentation.FacetEditorPlugin

public final class FacetEditorPlugin
extends EMFPlugin

This is the central singleton for the Facet editor plugin.


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

Constructor Detail

FacetEditorPlugin

public FacetEditorPlugin()
Create the instance.

Method Detail

getPluginResourceLocator

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

Returns:
the singleton instance.

getPlugin

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

Returns:
the singleton instance.