| org.apache.axis2.tool.codegen.eclipse.plugin.CodegenWizardPlugin
CodegenWizardPlugin | public class CodegenWizardPlugin extends AbstractUIPlugin (Code) | | The main plugin class to be used in the desktop.
|
CodegenWizardPlugin | public CodegenWizardPlugin()(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.
|
getWizardImageDescriptor | public static ImageDescriptor getWizardImageDescriptor()(Code) | | |
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
|
|
|