de.uka.ipd.sdq.completions.provider
Class CompletionsEditPlugin

java.lang.Object
  extended by EMFPlugin
      extended by de.uka.ipd.sdq.completions.provider.CompletionsEditPlugin

public final class CompletionsEditPlugin
extends EMFPlugin

This is the central singleton for the Completions edit plugin.


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

Constructor Detail

CompletionsEditPlugin

public CompletionsEditPlugin()
Create the instance.

Method Detail

getPluginResourceLocator

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

Returns:
the singleton instance.

getPlugin

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

Returns:
the singleton instance.