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