org.eclipse.gmt.modisco.infra.role.editor.presentation
Class RoleEditorPlugin

java.lang.Object
  extended by EMFPlugin
      extended by org.eclipse.gmt.modisco.infra.role.editor.presentation.RoleEditorPlugin

public final class RoleEditorPlugin
extends EMFPlugin

This is the central singleton for the Role editor plugin.


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

Constructor Detail

RoleEditorPlugin

public RoleEditorPlugin()
Create the instance.

Method Detail

getPluginResourceLocator

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

Returns:
the singleton instance.

getPlugin

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

Returns:
the singleton instance.