public static class EEFPropertiesUiLegacyPlugin.Implementation
extends org.eclipse.emf.common.EMFPlugin.EclipsePlugin
Constructor and Description |
---|
Implementation()
The constructor.
|
Modifier and Type | Method and Description |
---|---|
LegacyPropertyContributorRegistry |
getTabbedPropertyContributorRegistry()
Return the tabbedPropertyContributorRegistry.
|
LegacyPropertySectionRegistry |
getTabbedPropertySectionsRegistry()
Return the tabbedPropertySectionsRegistry.
|
LegacyPropertyTabRegistry |
getTabbedPropertyTabsRegistry()
Return the tabbedPropertyTabsRegistry.
|
void |
logError(java.lang.String message,
java.lang.Exception exception)
Logs an error with the exception and the given message.
|
void |
logWarning(java.lang.String message,
java.lang.Exception exception)
Logs a warning with the exception and the given message.
|
void |
start(org.osgi.framework.BundleContext context) |
void |
stop(org.osgi.framework.BundleContext context) |
doGetImage, getBaseURL, getImage, getString, getString, getString, getString, getSymbolicName, log
find, find, getBundle, getDescriptor, getLog, getPluginPreferences, getStateLocation, initializeDefaultPluginPreferences, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, shutdown, startup, toString
public void start(org.osgi.framework.BundleContext context) throws java.lang.Exception
start
in interface org.osgi.framework.BundleActivator
start
in class org.eclipse.core.runtime.Plugin
java.lang.Exception
Plugin.start(org.osgi.framework.BundleContext)
public void stop(org.osgi.framework.BundleContext context) throws java.lang.Exception
stop
in interface org.osgi.framework.BundleActivator
stop
in class org.eclipse.core.runtime.Plugin
java.lang.Exception
Plugin.stop(org.osgi.framework.BundleContext)
public LegacyPropertyTabRegistry getTabbedPropertyTabsRegistry()
public LegacyPropertySectionRegistry getTabbedPropertySectionsRegistry()
public LegacyPropertyContributorRegistry getTabbedPropertyContributorRegistry()
public void logError(java.lang.String message, java.lang.Exception exception)
message
- The messageexception
- The exceptionpublic void logWarning(java.lang.String message, java.lang.Exception exception)
message
- The messageexception
- The exception