org.mule.devkit.idea
Class MuleDevKitApplicationComponent

java.lang.Object
  extended by org.mule.devkit.idea.MuleDevKitApplicationComponent
All Implemented Interfaces:
com.intellij.openapi.components.ApplicationComponent, com.intellij.openapi.components.BaseComponent, com.intellij.openapi.components.NamedComponent

public class MuleDevKitApplicationComponent
extends Object
implements com.intellij.openapi.components.ApplicationComponent


Constructor Summary
MuleDevKitApplicationComponent()
           
 
Method Summary
 void disposeComponent()
           
 String getComponentName()
           
 void initComponent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MuleDevKitApplicationComponent

public MuleDevKitApplicationComponent()
Method Detail

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

getComponentName

@NotNull
public String getComponentName()
Specified by:
getComponentName in interface com.intellij.openapi.components.NamedComponent


Copyright © 2014. All rights reserved.