org.intellij
Class ResourceBundleEditorComponent
java.lang.Object
org.intellij.ResourceBundleEditorComponent
- All Implemented Interfaces:
- com.intellij.openapi.components.ApplicationComponent, com.intellij.openapi.components.BaseComponent
- public class ResourceBundleEditorComponent
- extends Object
- implements com.intellij.openapi.components.ApplicationComponent
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceBundleEditorComponent
public ResourceBundleEditorComponent()
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:
initComponent in interface com.intellij.openapi.components.BaseComponent
disposeComponent
public void disposeComponent()
- This method is called on plugin disposal.
- Specified by:
disposeComponent in interface com.intellij.openapi.components.BaseComponent
getComponentName
public String getComponentName()
- Returns the name of component
- Specified by:
getComponentName in interface com.intellij.openapi.components.BaseComponent
- Returns:
- String representing component name. Use plugin_name.component_name notation.