org.eclipse.uml2.provider
Class UML2EditPlugin

java.lang.Object
  extended byorg.eclipse.emf.common.EMFPlugin
      extended byorg.eclipse.uml2.provider.UML2EditPlugin
All Implemented Interfaces:
Logger, ResourceLocator

public final class UML2EditPlugin
extends EMFPlugin

This is the central singleton for the UML2 edit plugin.


Nested Class Summary
static class UML2EditPlugin.Implementation
          The actual implementation of the Eclipse Plugin
 
Nested classes inherited from class org.eclipse.emf.common.EMFPlugin
EMFPlugin.EclipsePlugin
 
Field Summary
static String copyright
           
static UML2EditPlugin INSTANCE
          Keep track of the singleton
 
Fields inherited from class org.eclipse.emf.common.EMFPlugin
baseURL, delegateResourceLocators, images, resourceBundle, strings
 
Constructor Summary
UML2EditPlugin()
          Create the instance
 
Method Summary
static UML2EditPlugin.Implementation getPlugin()
          Returns the singleton instance of the Eclipse plugin
 ResourceLocator getPluginResourceLocator()
          Returns the singleton instance of the Eclipse plugin
 
Methods inherited from class org.eclipse.emf.common.EMFPlugin
delegatedGetImage, delegatedGetString, doGetImage, getBaseURL, getImage, getPluginLogger, getString, getString, getSymbolicName, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final String copyright

See Also:
Constant Field Values

INSTANCE

public static final UML2EditPlugin INSTANCE
Keep track of the singleton.

Constructor Detail

UML2EditPlugin

public UML2EditPlugin()
Create the instance.

Method Detail

getPluginResourceLocator

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

Returns:
the singleton instance.

getPlugin

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

Returns:
the singleton instance.

Copyright 2003, 2004 IBM Corporation and others.
All Rights Reserved.