Package org.apache.ideaplugin.plugin
Class Axis2IdeaPlugin
- java.lang.Object
-
- org.apache.ideaplugin.plugin.Axis2IdeaPlugin
-
- All Implemented Interfaces:
com.intellij.openapi.components.ApplicationComponent,com.intellij.openapi.components.BaseComponent,com.intellij.openapi.options.Configurable,com.intellij.openapi.options.UnnamedConfigurable
public class Axis2IdeaPlugin extends Object implements com.intellij.openapi.components.ApplicationComponent, com.intellij.openapi.options.Configurable
-
-
Constructor Summary
Constructors Constructor Description Axis2IdeaPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply()JComponentcreateComponent()voiddisposeComponent()This method is called on plugin disposal.voiddisposeUIResources()StringgetComponentName()Returns the name of componentStringgetDisplayName()StringgetHelpTopic()IcongetIcon()voidinitComponent()Method is called after plugin is already created and configured.booleanisModified()voidreset()voidshowTool(com.intellij.openapi.project.Project project)
-
-
-
Method Detail
-
initComponent
public void initComponent()
Method is called after plugin is already created and configured. Plugin can start to communicate with other plugins only in this method.- Specified by:
initComponentin interfacecom.intellij.openapi.components.BaseComponent
-
disposeComponent
public void disposeComponent()
This method is called on plugin disposal.- Specified by:
disposeComponentin interfacecom.intellij.openapi.components.BaseComponent
-
getComponentName
public String getComponentName()
Returns the name of component- Specified by:
getComponentNamein interfacecom.intellij.openapi.components.BaseComponent- Returns:
- String representing component name. Use PluginName.ComponentName notation to avoid conflicts.
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayNamein interfacecom.intellij.openapi.options.Configurable
-
getIcon
public Icon getIcon()
- Specified by:
getIconin interfacecom.intellij.openapi.options.Configurable
-
getHelpTopic
public String getHelpTopic()
- Specified by:
getHelpTopicin interfacecom.intellij.openapi.options.Configurable
-
createComponent
public JComponent createComponent()
- Specified by:
createComponentin interfacecom.intellij.openapi.options.UnnamedConfigurable
-
isModified
public boolean isModified()
- Specified by:
isModifiedin interfacecom.intellij.openapi.options.UnnamedConfigurable
-
apply
public void apply() throws com.intellij.openapi.options.ConfigurationException- Specified by:
applyin interfacecom.intellij.openapi.options.UnnamedConfigurable- Throws:
com.intellij.openapi.options.ConfigurationException
-
reset
public void reset()
- Specified by:
resetin interfacecom.intellij.openapi.options.UnnamedConfigurable
-
disposeUIResources
public void disposeUIResources()
- Specified by:
disposeUIResourcesin interfacecom.intellij.openapi.options.UnnamedConfigurable
-
showTool
public void showTool(com.intellij.openapi.project.Project project)
-
-