org.eclipse.gmt.modisco.infra.query.editor.presentation
Class QueryEditorPlugin

java.lang.Object
  extended by EMFPlugin
      extended by org.eclipse.gmt.modisco.infra.query.editor.presentation.QueryEditorPlugin

public final class QueryEditorPlugin
extends EMFPlugin

This is the central singleton for the Query editor plugin.

Generated:

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

Generated:
Constructor Detail

QueryEditorPlugin

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

Returns:
the singleton instance.
Generated: