de.uka.ipd.sdq.units.provider
Class UnitsEditPlugin

java.lang.Object
  extended by EMFPlugin
      extended by de.uka.ipd.sdq.units.provider.UnitsEditPlugin

public final class UnitsEditPlugin
extends EMFPlugin

This is the central singleton for the Units edit plugin.


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

Constructor Detail

UnitsEditPlugin

public UnitsEditPlugin()
Create the instance.

Method Detail

getPluginResourceLocator

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

Returns:
the singleton instance.

getPlugin

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

Returns:
the singleton instance.