org.eclipse.uml2.presentation
Class UML2EditorPlugin

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

public final class UML2EditorPlugin
extends EMFPlugin

This is the central singleton for the UML2 editor plugin.


Nested Class Summary
static class UML2EditorPlugin.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 UML2EditorPlugin INSTANCE
          Keep track of the singleton
 
Fields inherited from class org.eclipse.emf.common.EMFPlugin
baseURL, delegateResourceLocators, images, resourceBundle, strings
 
Constructor Summary
UML2EditorPlugin()
          Create the instance
 
Method Summary
static UML2EditorPlugin.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 UML2EditorPlugin INSTANCE
Keep track of the singleton.

Constructor Detail

UML2EditorPlugin

public UML2EditorPlugin()
Create the instance.

Method Detail

getPluginResourceLocator

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

Returns:
the singleton instance.

getPlugin

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

Returns:
the singleton instance.

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