DOM API: note deprecation status of "DOM UI"

This commit is contained in:
Yann Cébron 2021-09-16 16:32:23 +02:00
parent b3be318211
commit a9987405e9

View File

@ -597,6 +597,10 @@ Set and increase `stubVersion` of `com.intellij.dom.fileMetaData` extension when
## Building a DOM-Based GUI
> This is API is unmaintained and will likely be removed in future versions.
>
{type="warning"}
### Forms
All forms that deal with DOM are organized in a special way.
They support two main things: getting data from XML into the UI, and saving UI data to XML.
@ -787,4 +791,4 @@ The following bundled open-source plugins make (heavy) use of DOM:
- [Plugin DevKit](upsource:///plugins/devkit/devkit-core)
- [Maven](upsource:///plugins/maven)
- [Struts 2](https://github.com/JetBrains/intellij-plugins/tree/master/struts2) (Ultimate Edition)
- [IntelliJ Platform Explorer - OSS plugins using DOM](https://jb.gg/ipe?extensions=com.intellij.dom.fileMetaData)
- [IntelliJ Platform Explorer - OSS plugins using DOM](https://jb.gg/ipe?extensions=com.intellij.dom.fileMetaData)