org.eclipse.modisco.utils.chart.metamodel.chart.presentation
Class chartEditorPlugin

java.lang.Object
  extended by EMFPlugin
      extended by org.eclipse.modisco.utils.chart.metamodel.chart.presentation.chartEditorPlugin

public final class chartEditorPlugin
extends EMFPlugin

This is the central singleton for the chart editor plugin.

Generated:

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

Generated:
Constructor Detail

chartEditorPlugin

public chartEditorPlugin()
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 chartEditorPlugin.Implementation getPlugin()
Returns the singleton instance of the Eclipse plugin.

Returns:
the singleton instance.
Generated: