Table of Contents

IDEA Plugin Dev - Application Level Component

About

Application level component

Management

Manual Creation Steps

Implementation

Optionally, an application level component’s implementation class may implement the ApplicationComponent interface.

Dependency and instantiation

Registration

Application level components must be registered in the

'' section of the plugin.xml file.
WizardCreation

To create and register an application component:

The IntelliJ Platform will:

  1. generate a new Java class that implements the ApplicationComponent interface.
  2. register the newly created component in the plugin.xml file,
  3. add a node to the module tree view;
  4. open the created application component class file in the editor.