org.eclipse.emf.workspace.ui.internal
Class EMFWorkbenchUIPlugin

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

public class EMFWorkbenchUIPlugin
extends EMFPlugin

The main plugin class to be used in the desktop.


Nested Class Summary
static class EMFWorkbenchUIPlugin.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 EMFWorkbenchUIPlugin 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
EMFWorkbenchUIPlugin()
          The constructor.
 
Method Summary
static EMFWorkbenchUIPlugin.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 EMFWorkbenchUIPlugin INSTANCE
Constructor Detail

EMFWorkbenchUIPlugin

public EMFWorkbenchUIPlugin()
The constructor.

Method Detail

getPluginResourceLocator

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

getPlugin

public static EMFWorkbenchUIPlugin.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.