| de.loskutov.bco.BytecodeOutlinePlugin
BytecodeOutlinePlugin | public class BytecodeOutlinePlugin extends AbstractUIPlugin (Code) | | The main plugin class to be used in the desktop.
|
BytecodeOutlinePlugin | public BytecodeOutlinePlugin()(Code) | | The constructor.
|
error | public static void error(String messageID, Throwable error)(Code) | | Parameters: messageID - Parameters: error - |
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.
Parameters: key - translation |
getShell | public static Shell getShell()(Code) | | Returns the workspace instance.
shell object |
log | public static void log(Throwable error, int statusID)(Code) | | Parameters: statusID - one of IStatus. constants like IStatus.ERROR etc Parameters: error - |
start | public void start(BundleContext context) throws Exception(Code) | | This method is called upon plug-in activation
Parameters: context - throws: Exception - |
stop | public void stop(BundleContext context) throws Exception(Code) | | This method is called when the plug-in is stopped
Parameters: context - throws: Exception - |
|
|