Inherits org::eclipse::ui::plugin::AbstractUIPlugin.
Public Member Functions | |
| Activator () | |
| void | start (BundleContext context) throws Exception |
| void | stop (BundleContext context) throws Exception |
Static Public Member Functions | |
| static Activator | getDefault () |
| static ImageDescriptor | getImageDescriptor (String path) |
Static Public Attributes | |
| static final String | PLUGIN_ID = "alma.acs.alarmsanalyzer" |
The activator class controls the plug-in life cycle
| alma.acs.alarmsanalyzer.Activator.Activator | ( | ) |
The constructor
| static Activator alma.acs.alarmsanalyzer.Activator.getDefault | ( | ) | [static] |
Returns the shared instance
| static ImageDescriptor alma.acs.alarmsanalyzer.Activator.getImageDescriptor | ( | String | path | ) | [static] |
Returns an image descriptor for the image file at the given plug-in relative path
| path | the path |
References alma.acs.alarmsanalyzer.Activator.PLUGIN_ID.
| void alma.acs.alarmsanalyzer.Activator.start | ( | BundleContext | context | ) | throws Exception |
| void alma.acs.alarmsanalyzer.Activator.stop | ( | BundleContext | context | ) | throws Exception |
References alma.acs.alarmsanalyzer.Activator.stop().
Referenced by alma.acs.alarmsanalyzer.Activator.stop().
final String alma.acs.alarmsanalyzer.Activator.PLUGIN_ID = "alma.acs.alarmsanalyzer" [static] |
Referenced by alma.acs.alarmsanalyzer.Activator.getImageDescriptor().
1.7.0