de.uka.ipd.sdq.identifier.provider
Class IdentifierEditPlugin

java.lang.Object
  extended by EMFPlugin
      extended by de.uka.ipd.sdq.identifier.provider.IdentifierEditPlugin

public final class IdentifierEditPlugin
extends EMFPlugin

This is the central singleton for the Identifier edit plugin.


Nested Class Summary
static class IdentifierEditPlugin.Implementation
          The actual implementation of the Eclipse Plugin.
 
Field Summary
static IdentifierEditPlugin INSTANCE
          Keep track of the singleton.
 
Constructor Summary
IdentifierEditPlugin()
          Create the instance.
 
Method Summary
static IdentifierEditPlugin.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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final IdentifierEditPlugin INSTANCE
Keep track of the singleton.

Constructor Detail

IdentifierEditPlugin

public IdentifierEditPlugin()
Create the instance.

Method Detail

getPluginResourceLocator

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

Returns:
the singleton instance.

getPlugin

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

Returns:
the singleton instance.