Class SecurityEditPlugin
- java.lang.Object
- 
- org.eclipse.emf.common.util.DelegatingResourceLocator
- 
- org.eclipse.emf.common.EMFPlugin
- 
- org.eclipse.emf.cdo.security.provider.SecurityEditPlugin
 
 
 
- 
- All Implemented Interfaces:
- org.eclipse.emf.common.util.Logger,- org.eclipse.emf.common.util.ResourceLocator
 
 public final class SecurityEditPlugin extends org.eclipse.emf.common.EMFPluginThis is the central singleton for the Security edit plugin.- Generated
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classSecurityEditPlugin.ImplementationThe actual implementation of the Eclipse Plugin.
 - 
Field SummaryFields Modifier and Type Field Description static SecurityEditPluginINSTANCEKeep track of the singleton.
 - 
Constructor SummaryConstructors Constructor Description SecurityEditPlugin()Create the instance.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SecurityEditPlugin.ImplementationgetPlugin()Returns the singleton instance of the Eclipse plugin.org.eclipse.emf.common.util.ResourceLocatorgetPluginResourceLocator()Returns the singleton instance of the Eclipse plugin.static java.util.List<org.eclipse.emf.ecore.EClass>getSortedClasses(CDOView view)static java.util.List<org.eclipse.emf.ecore.EPackage>getSortedPackages(CDOView view)- 
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 SecurityEditPlugin 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 SecurityEditPlugin.Implementation getPlugin() Returns the singleton instance of the Eclipse plugin.- Returns:
- the singleton instance.
- Generated
 
 - 
getSortedPackagespublic static java.util.List<org.eclipse.emf.ecore.EPackage> getSortedPackages(CDOView view) - Since:
- 4.4
 
 - 
getSortedClassespublic static java.util.List<org.eclipse.emf.ecore.EClass> getSortedClasses(CDOView view) - Since:
- 4.4
 
 
- 
 
-