| org.libresource.so6.plugin.Plugin
Plugin | public class Plugin extends AbstractUIPlugin (Code) | | The main plugin class to be used in the desktop.
|
Constructor Summary | |
public | Plugin() The constructor. |
Plugin | public Plugin()(Code) | | The constructor.
|
getDefault | public static Plugin getDefault()(Code) | | Returns the shared instance.
DOCUMENT ME! |
getResourceBundle | public ResourceBundle getResourceBundle()(Code) | | Returns the plugin's resource bundle,
DOCUMENT ME! |
getResourceString | public static String getResourceString(String key)(Code) | | Returns the string from the plugin's resource bundle, or 'key' if not
found.
Parameters: key - DOCUMENT ME! DOCUMENT ME! |
start | public void start(BundleContext context) throws Exception(Code) | | This method is called upon plug-in activation
Parameters: context - DOCUMENT ME! throws: Exception - DOCUMENT ME! |
stop | public void stop(BundleContext context) throws Exception(Code) | | This method is called when the plug-in is stopped
Parameters: context - DOCUMENT ME! throws: Exception - DOCUMENT ME! |
|
|