Class ExpressionsEditPlugin
- java.lang.Object
- 
- org.eclipse.emf.common.util.DelegatingResourceLocator
- 
- org.eclipse.emf.common.EMFPlugin
- 
- org.eclipse.emf.cdo.expressions.provider.ExpressionsEditPlugin
 
 
 
- 
- All Implemented Interfaces:
- org.eclipse.emf.common.util.Logger,- org.eclipse.emf.common.util.ResourceLocator
 
 public final class ExpressionsEditPlugin extends org.eclipse.emf.common.EMFPluginThis is the central singleton for the Expressions edit plugin.- Generated
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classExpressionsEditPlugin.ImplementationThe actual implementation of the Eclipse Plugin.
 - 
Field SummaryFields Modifier and Type Field Description static ExpressionsEditPluginINSTANCEKeep track of the singleton.
 - 
Constructor SummaryConstructors Constructor Description ExpressionsEditPlugin()Create the instance.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExpressionsEditPlugin.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.EMFPlugingetDelegateResourceLocators, getPluginLogger, getPrimaryResourceLocator, getSymbolicName, log, main
 - 
Methods inherited from class org.eclipse.emf.common.util.DelegatingResourceLocatordelegatedGetImage, delegatedGetString, doGetImage, doGetString, extensionFor, getBaseURL, getBundleLocalization, getImage, getString, getString, getString, getString, setShouldTranslate, shouldTranslate
 
- 
 
- 
- 
- 
Field Detail- 
INSTANCEpublic static final ExpressionsEditPlugin INSTANCE Keep track of the singleton.- Generated
 
 
- 
 - 
Method Detail- 
getPluginResourceLocatorpublic org.eclipse.emf.common.util.ResourceLocator getPluginResourceLocator() Returns the singleton instance of the Eclipse plugin.- Specified by:
- getPluginResourceLocatorin class- org.eclipse.emf.common.EMFPlugin
- Returns:
- the singleton instance.
- Generated
 
 - 
getPluginpublic static ExpressionsEditPlugin.Implementation getPlugin() Returns the singleton instance of the Eclipse plugin.- Returns:
- the singleton instance.
- Generated
 
 
- 
 
-