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