public class ExternalSystemRunConfigurationEditor extends SettingsEditor<ExternalSystemRunConfiguration>
Disposable.Parent| Constructor and Description |
|---|
ExternalSystemRunConfigurationEditor(Project project,
ProjectSystemId externalSystemId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
applyEditorTo(ExternalSystemRunConfiguration s) |
protected javax.swing.JComponent |
createEditor() |
protected void |
disposeEditor() |
protected void |
resetEditorFrom(ExternalSystemRunConfiguration s) |
addSettingsEditorListener, applyTo, bulkUpdate, createWatcher, dispose, fireEditorStateChanged, getComponent, getFactory, getOwner, getSnapshot, installWatcher, removeSettingsEditorListener, resetFrom, uninstallWatcherpublic ExternalSystemRunConfigurationEditor(Project project, ProjectSystemId externalSystemId)
protected void resetEditorFrom(ExternalSystemRunConfiguration s)
resetEditorFrom in class SettingsEditor<ExternalSystemRunConfiguration>protected void applyEditorTo(ExternalSystemRunConfiguration s) throws ConfigurationException
applyEditorTo in class SettingsEditor<ExternalSystemRunConfiguration>ConfigurationExceptionprotected javax.swing.JComponent createEditor()
createEditor in class SettingsEditor<ExternalSystemRunConfiguration>protected void disposeEditor()
disposeEditor in class SettingsEditor<ExternalSystemRunConfiguration>