org.eclipse.emf.transaction.internal
Class EMFTransactionPlugin

java.lang.Object
  extended by org.eclipse.emf.common.util.DelegatingResourceLocator
      extended by org.eclipse.emf.common.EMFPlugin
          extended by org.eclipse.emf.transaction.internal.EMFTransactionPlugin
All Implemented Interfaces:
Logger, ResourceLocator

public class EMFTransactionPlugin
extends EMFPlugin

The main plugin class to be used in the desktop.


Nested Class Summary
static class EMFTransactionPlugin.Implementation
          The definition of the Eclipse plug-in flavour of this EMF plug-in.
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.EMFPlugin
EMFPlugin.EclipsePlugin, EMFPlugin.InternalEclipsePlugin, EMFPlugin.InternalHelper
 
Field Summary
static EMFTransactionPlugin INSTANCE
           
 
Fields inherited from class org.eclipse.emf.common.EMFPlugin
delegateResourceLocators, IS_ECLIPSE_RUNNING, IS_RESOURCES_BUNDLE_AVAILABLE
 
Fields inherited from class org.eclipse.emf.common.util.DelegatingResourceLocator
baseURL, images, resourceBundle, shouldTranslate, strings, untranslatedResourceBundle, untranslatedStrings
 
Constructor Summary
EMFTransactionPlugin()
          The constructor.
 
Method Summary
static EMFTransactionPlugin.Implementation getPlugin()
          Obtains the Eclipse plug-in that I implement.
static String getPluginId()
          Obtains my plug-in identifier.
 ResourceLocator getPluginResourceLocator()
           
 
Methods inherited from class org.eclipse.emf.common.EMFPlugin
getDelegateResourceLocators, getPluginLogger, getPrimaryResourceLocator, getSymbolicName, log, main
 
Methods inherited from class org.eclipse.emf.common.util.DelegatingResourceLocator
delegatedGetImage, delegatedGetString, doGetImage, doGetString, extensionFor, getBaseURL, getImage, getString, getString, getString, getString, setShouldTranslate, shouldTranslate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.emf.common.util.ResourceLocator
getBaseURL, getImage, getString, getString, getString, getString
 

Field Detail

INSTANCE

public static final EMFTransactionPlugin INSTANCE
Constructor Detail

EMFTransactionPlugin

public EMFTransactionPlugin()
The constructor.

Method Detail

getPluginResourceLocator

public ResourceLocator getPluginResourceLocator()
Specified by:
getPluginResourceLocator in class EMFPlugin

getPlugin

public static EMFTransactionPlugin.Implementation getPlugin()
Obtains the Eclipse plug-in that I implement.

Returns:
my Eclipse plug-in self

getPluginId

public static String getPluginId()
Obtains my plug-in identifier.

Returns:
my plug-in unique ID

Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.