Package com.nomagic.magicdraw.uml2
Class UMLPlugin
- java.lang.Object
-
- org.eclipse.emf.common.util.DelegatingResourceLocator
-
- org.eclipse.emf.common.EMFPlugin
-
- com.nomagic.magicdraw.uml2.UMLPlugin
-
- All Implemented Interfaces:
org.eclipse.emf.common.util.Logger,org.eclipse.emf.common.util.ResourceLocator
public final class UMLPlugin extends org.eclipse.emf.common.EMFPluginThis is the central singleton for the MD_UML2 model plugin.- Generated:
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUMLPlugin.ImplementationThe actual implementation of the Eclipse Plugin.
-
Constructor Summary
Constructors Constructor Description UMLPlugin()Create the instance.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UMLPlugin.ImplementationgetPlugin()Returns the singleton instance of the Eclipse plugin.org.eclipse.emf.common.util.ResourceLocatorgetPluginResourceLocator()Returns the singleton instance of the Eclipse plugin.-
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
-
-
-
-
Field Detail
-
INSTANCE
public static final UMLPlugin INSTANCE
Keep track of the singleton.- Generated:
-
-
Method Detail
-
getPluginResourceLocator
public org.eclipse.emf.common.util.ResourceLocator getPluginResourceLocator()
Returns the singleton instance of the Eclipse plugin.- Specified by:
getPluginResourceLocatorin classorg.eclipse.emf.common.EMFPlugin- Returns:
- the singleton instance.
- Generated:
-
getPlugin
public static UMLPlugin.Implementation getPlugin()
Returns the singleton instance of the Eclipse plugin.- Returns:
- the singleton instance.
- Generated:
-
-