org.apache.ws.commons.tcpmon.idea.plugin
Class IdeaPlugin

java.lang.Object
  extended by org.apache.ws.commons.tcpmon.idea.plugin.IdeaPlugin
All Implemented Interfaces:
com.intellij.openapi.components.BaseComponent, com.intellij.openapi.components.ProjectComponent

public class IdeaPlugin
extends Object
implements com.intellij.openapi.components.ProjectComponent


Constructor Summary
IdeaPlugin(com.intellij.openapi.project.Project project)
           
 
Method Summary
 void disposeComponent()
           
 String getComponentName()
           
 void initComponent()
           
 void projectClosed()
           
 void projectOpened()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdeaPlugin

public IdeaPlugin(com.intellij.openapi.project.Project project)
Method Detail

projectOpened

public void projectOpened()
Specified by:
projectOpened in interface com.intellij.openapi.components.ProjectComponent

projectClosed

public void projectClosed()
Specified by:
projectClosed in interface com.intellij.openapi.components.ProjectComponent

getComponentName

public String getComponentName()
Specified by:
getComponentName in interface com.intellij.openapi.components.BaseComponent

initComponent

public void initComponent()
Specified by:
initComponent in interface com.intellij.openapi.components.BaseComponent

disposeComponent

public void disposeComponent()
Specified by:
disposeComponent in interface com.intellij.openapi.components.BaseComponent


Copyright © The Apache Software Foundation. All Rights Reserved.