intellij-sdk-code-samples/basics/plugin_structure.md
2015-07-09 15:54:37 +01:00

23 lines
696 B
Markdown

---
title: Plugin Structure
---
Click the following topics to learn more about the plugin system structure and plugin lifecycles:
* [Plugin Content](plugin_structure/plugin_content.html)
* [Plugin Class Loaders](plugin_structure/plugin_class_loaders.html)
* [Plugin Components](plugin_structure/plugin_components.html)
* [Plugin Extensions and Extension Points](plugin_structure/plugin_extensions_and_extension_points.html)
* [Plugin Actions](plugin_structure/plugin_actions.html)
* [Plugin Services](plugin_structure/plugin_services.html)
* [Plugin Configuration File](plugin_structure/plugin_configuration_file.html)
* [Plugin Dependencies](plugin_structure/plugin_dependencies.html)