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 SummaryConstructors Constructor Description Axis2IdeaPlugin()
 - 
Method SummaryAll 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- 
initComponentpublic 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 interface- com.intellij.openapi.components.BaseComponent
 
 - 
disposeComponentpublic void disposeComponent() This method is called on plugin disposal.- Specified by:
- disposeComponentin interface- com.intellij.openapi.components.BaseComponent
 
 - 
getComponentNamepublic String getComponentName() Returns the name of component- Specified by:
- getComponentNamein interface- com.intellij.openapi.components.BaseComponent
- Returns:
- String representing component name. Use PluginName.ComponentName notation to avoid conflicts.
 
 - 
getDisplayNamepublic String getDisplayName() - Specified by:
- getDisplayNamein interface- com.intellij.openapi.options.Configurable
 
 - 
getIconpublic Icon getIcon() - Specified by:
- getIconin interface- com.intellij.openapi.options.Configurable
 
 - 
getHelpTopicpublic String getHelpTopic() - Specified by:
- getHelpTopicin interface- com.intellij.openapi.options.Configurable
 
 - 
createComponentpublic JComponent createComponent() - Specified by:
- createComponentin interface- com.intellij.openapi.options.UnnamedConfigurable
 
 - 
isModifiedpublic boolean isModified() - Specified by:
- isModifiedin interface- com.intellij.openapi.options.UnnamedConfigurable
 
 - 
applypublic void apply() throws com.intellij.openapi.options.ConfigurationException- Specified by:
- applyin interface- com.intellij.openapi.options.UnnamedConfigurable
- Throws:
- com.intellij.openapi.options.ConfigurationException
 
 - 
resetpublic void reset() - Specified by:
- resetin interface- com.intellij.openapi.options.UnnamedConfigurable
 
 - 
disposeUIResourcespublic void disposeUIResources() - Specified by:
- disposeUIResourcesin interface- com.intellij.openapi.options.UnnamedConfigurable
 
 - 
showToolpublic void showTool(com.intellij.openapi.project.Project project) 
 
- 
 
-