|
org.eclipse.emf.transaction.ui.internal
Class EMFTransactionUIPlugin.Implementation
java.lang.Object
org.eclipse.core.runtime.Plugin
org.eclipse.emf.common.EMFPlugin.EclipsePlugin
org.eclipse.emf.transaction.ui.internal.EMFTransactionUIPlugin.Implementation
-
All Implemented Interfaces:
-
EMFPlugin.InternalEclipsePlugin,
Logger,
ResourceLocator, org.osgi.framework.BundleActivator
-
Enclosing class:
-
EMFTransactionUIPlugin
-
public static class EMFTransactionUIPlugin.Implementation
- extends
EMFPlugin.EclipsePlugin
The definition of the Eclipse plug-in flavour of this EMF plug-in.
Method Summary
|
void
|
start
(org.osgi.framework.BundleContext context)
This method is called upon plug-in activation |
void
|
stop
(org.osgi.framework.BundleContext context)
This method is called when the plug-in is stopped |
Methods inherited from class org.eclipse.core.runtime.
Plugin
|
find,
find,
getBundle,
getDescriptor,
getLog,
getPluginPreferences,
getStateLocation,
initializeDefaultPluginPreferences,
internalInitializeDefaultPluginPreferences,
isDebugging,
openStream,
openStream,
savePluginPreferences,
setDebugging,
shutdown,
startup,
toString
|
EMFTransactionUIPlugin.Implementation
public EMFTransactionUIPlugin.Implementation()
- Initializes me with my Eclipse plug-in descriptor.
start
public void start(org.osgi.framework.BundleContext context)
throws
Exception
- This method is called upon plug-in activation
-
-
Specified by:
-
start in interface org.osgi.framework.BundleActivator
-
Overrides:
-
start
in class
Plugin
-
-
Throws:
-
Exception
stop
public void stop(org.osgi.framework.BundleContext context)
throws
Exception
- This method is called when the plug-in is stopped
-
-
Specified by:
-
stop in interface org.osgi.framework.BundleActivator
-
Overrides:
-
stop
in class
Plugin
-
-
Throws:
-
Exception
|
|