de.uka.ipd.sdq.stoex.provider
Class StoexEditPlugin

java.lang.Object
  extended by EMFPlugin
      extended by de.uka.ipd.sdq.stoex.provider.StoexEditPlugin

public final class StoexEditPlugin
extends EMFPlugin

This is the central singleton for the Stoex edit plugin.


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

copyright

public static final String copyright

See Also:
Constant Field Values

INSTANCE

public static final StoexEditPlugin INSTANCE
Keep track of the singleton.

Constructor Detail

StoexEditPlugin

public StoexEditPlugin()
Create the instance.

Method Detail

getPluginResourceLocator

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

Returns:
the singleton instance.

getPlugin

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

Returns:
the singleton instance.