public abstract class TabbedModuleEditor extends ModuleEditor
ModuleEditor.ChangeListener, ModuleEditor.ProxyDelegateAccessorDisposable.ParentmyEditors, myHistory, SELECTED_EDITOR_NAME| Constructor and Description |
|---|
TabbedModuleEditor(Project project,
ModulesProvider modulesProvider,
Module module) |
| Modifier and Type | Method and Description |
|---|---|
protected javax.swing.JComponent |
createCenterPanel() |
protected void |
disposeCenterPanel() |
ModuleConfigurationEditor |
getEditor(java.lang.String displayName) |
ModuleConfigurationEditor |
getSelectedEditor() |
ActionCallback |
navigateTo(Place place,
boolean requestFocus) |
void |
queryPlace(Place place) |
protected void |
restoreSelectedEditor() |
void |
selectEditor(java.lang.String name) |
addChangeListener, apply, canApply, createModuleConfigurationState, dispose, getFacetsConfigurator, getHelpTopic, getModifiableRootModel, getModifiableRootModelProxy, getModule, getName, getOrderEntries, getPanel, getRootModel, init, isModified, moduleCountChanged, removeChangeListener, setModuleName, updateCompilerOutputPathChangedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetHistorypublic TabbedModuleEditor(Project project, ModulesProvider modulesProvider, Module module)
protected javax.swing.JComponent createCenterPanel()
createCenterPanel in class ModuleEditorprotected void restoreSelectedEditor()
restoreSelectedEditor in class ModuleEditorpublic ActionCallback navigateTo(Place place, boolean requestFocus)
public void queryPlace(Place place)
public void selectEditor(java.lang.String name)
selectEditor in class ModuleEditorpublic ModuleConfigurationEditor getEditor(java.lang.String displayName)
getEditor in class ModuleEditorpublic ModuleConfigurationEditor getSelectedEditor()
getSelectedEditor in class ModuleEditorprotected void disposeCenterPanel()
disposeCenterPanel in class ModuleEditor