public class JarApplicationConfigurable extends SettingsEditor<JarApplicationConfiguration> implements PanelWithAnchor
Disposable.Parent
Constructor and Description |
---|
JarApplicationConfigurable(Project project) |
Modifier and Type | Method and Description |
---|---|
void |
applyEditorTo(JarApplicationConfiguration configuration) |
javax.swing.JComponent |
createEditor() |
javax.swing.JComponent |
getAnchor() |
void |
resetEditorFrom(JarApplicationConfiguration configuration) |
void |
setAnchor(javax.swing.JComponent anchor) |
addSettingsEditorListener, applyTo, bulkUpdate, createWatcher, dispose, disposeEditor, fireEditorStateChanged, getComponent, getFactory, getOwner, getSnapshot, installWatcher, removeSettingsEditorListener, resetFrom, uninstallWatcher
public JarApplicationConfigurable(Project project)
public void applyEditorTo(JarApplicationConfiguration configuration) throws ConfigurationException
applyEditorTo
in class SettingsEditor<JarApplicationConfiguration>
ConfigurationException
public void resetEditorFrom(JarApplicationConfiguration configuration)
resetEditorFrom
in class SettingsEditor<JarApplicationConfiguration>
public javax.swing.JComponent createEditor()
createEditor
in class SettingsEditor<JarApplicationConfiguration>
public javax.swing.JComponent getAnchor()
getAnchor
in interface PanelWithAnchor
public void setAnchor(javax.swing.JComponent anchor)
setAnchor
in interface PanelWithAnchor