Package org.eclipse.gef.mvc.fx
Class MvcFxBundle
java.lang.Object
org.eclipse.gef.mvc.fx.MvcFxBundle
- All Implemented Interfaces:
- org.osgi.framework.BundleActivator
The 
BundleActivator for the MVC.FX bundle.- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
PLUGIN_IDThe plug-in id of the MVC.FX bundle.- See Also:
 
 
- 
- 
Constructor Details- 
MvcFxBundlepublic MvcFxBundle()
 
- 
- 
Method Details- 
getContextpublic static org.osgi.framework.BundleContext getContext()If the bundle has been started, returns theBundleContextassociated to it.- Returns:
- The BundleContextof the module if this bundle was started (start(BundleContext)) and has since not been stopped (stop(BundleContext)),nullotherwise.
 
- 
start- Specified by:
- startin interface- org.osgi.framework.BundleActivator
- Throws:
- Exception
 
- 
stop- Specified by:
- stopin interface- org.osgi.framework.BundleActivator
- Throws:
- Exception
 
 
-