public class ActionsPlugin extends Object implements com.intellij.openapi.components.ApplicationComponent
ApplicationComponent
interface.Constructor and Description |
---|
ActionsPlugin() |
Modifier and Type | Method and Description |
---|---|
void |
disposeComponent()
This method is called on plugin disposal.
|
String |
getComponentName()
Returns the name of component
|
void |
initComponent()
Method is called after plugin is already created and configured.
|
public void initComponent()
initComponent
in interface com.intellij.openapi.components.BaseComponent
public void disposeComponent()
disposeComponent
in interface com.intellij.openapi.components.BaseComponent
public String getComponentName()
getComponentName
in interface com.intellij.openapi.components.BaseComponent
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.