| |
|
| java.lang.Object org.apache.ideaplugin.plugin.Axis2IdeaPlugin
Axis2IdeaPlugin | public class Axis2IdeaPlugin implements ApplicationComponent,Configurable(Code) | | |
apply | public void apply() throws ConfigurationException(Code) | | |
disposeComponent | public void disposeComponent()(Code) | | This method is called on plugin disposal.
|
disposeUIResources | public void disposeUIResources()(Code) | | |
getComponentName | public String getComponentName()(Code) | | Returns the name of component
String representing component name. Use PluginName.ComponentName notationto avoid conflicts. |
initComponent | public void initComponent()(Code) | | Method is called after plugin is already created and configured. Plugin can start to communicate with
other plugins only in this method.
|
isModified | public boolean isModified()(Code) | | |
reset | public void reset()(Code) | | |
showTool | public void showTool(Project project)(Code) | | |
|
|
|