Relative Content

Tag Archive for intellij-plugin

How to dynamic change component of idea setting dialog

In my IDEA plugin, I hava implement the Configurable to create a settings dialog.
In the method createComponent, I hava create a component A contains a JBCheckBox, it use an actionListener, when it is choosed, the component will remove two LabeledComponent in A.