| org.jdom.JDOMPlugin
JDOMPlugin | public class JDOMPlugin extends AbstractUIPlugin (Code) | | The main plugin class to be used in the desktop.
|
Constructor Summary | |
public | JDOMPlugin() The constructor. |
JDOMPlugin | public JDOMPlugin()(Code) | | The constructor.
|
getDefault | public static JDOMPlugin getDefault()(Code) | | Returns the shared instance.
|
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
|
|
|