| org.eclipse.ui.examples.components.ComponentExamplesPlugin
ComponentExamplesPlugin | public class ComponentExamplesPlugin extends AbstractUIPlugin (Code) | | The main plugin class to be used in the desktop.
|
ComponentExamplesPlugin | public ComponentExamplesPlugin()(Code) | | The constructor.
|
getResourceBundle | public ResourceBundle getResourceBundle()(Code) | | Returns the plugin's resource bundle,
|
getResourceString | public static String getResourceString(String key)(Code) | | Returns the string from the plugin's resource bundle,
or 'key' if not found.
|
start | public void start(BundleContext context) throws Exception(Code) | | This method is called upon plug-in activation
|
stop | public void stop(BundleContext context) throws Exception(Code) | | This method is called when the plug-in is stopped
|
|
|