public interface PluginParameterView
Modifier and Type | Method and Description |
---|---|
javax.swing.JComponent |
getConfigComponent()
Returns a
JComponent for editing the parameter configuration. |
javax.swing.JComponent |
getValueComponent()
Returns a
JComponent for editing the parameter value. |
@NotNull javax.swing.JComponent getValueComponent()
JComponent
for editing the parameter value. In the "run
plugin" dialog this is the parameter's value, in the "edit plugin" dialog
it is the default value.@NotNull javax.swing.JComponent getConfigComponent()
JComponent
for editing the parameter configuration. It
is used only in the "edit plugin" dialog.