g-Eclipse
Release 1.0.0

eu.geclipse.workflow.provider
Class WorkflowEditPlugin

java.lang.Object
  extended by EMFPlugin
      extended by eu.geclipse.workflow.provider.WorkflowEditPlugin

public final class WorkflowEditPlugin
extends EMFPlugin

This is the central singleton for the Workflow edit plugin.


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

INSTANCE

public static final WorkflowEditPlugin INSTANCE
Keep track of the singleton.

Constructor Detail

WorkflowEditPlugin

public WorkflowEditPlugin()
Create the instance.

Method Detail

getPluginResourceLocator

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

Returns:
the singleton instance.

getPlugin

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

Returns:
the singleton instance.

g-Eclipse
Release 1.0.0