org.eclipse.modisco.utils.chart.metamodel.chart.provider
Class chartEditPlugin

java.lang.Object
  extended by EMFPlugin
      extended by org.eclipse.modisco.utils.chart.metamodel.chart.provider.chartEditPlugin

public final class chartEditPlugin
extends EMFPlugin

This is the central singleton for the chart edit plugin.

Generated:

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

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values
Generated:

INSTANCE

public static final chartEditPlugin INSTANCE
Keep track of the singleton.

Generated:
Constructor Detail

chartEditPlugin

public chartEditPlugin()
Create the instance.

Generated:
Method Detail

getPluginResourceLocator

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

Returns:
the singleton instance.
Generated:

getPlugin

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

Returns:
the singleton instance.
Generated: