public abstract class FrameworkSupportInModuleConfigurable extends java.lang.Object implements Disposable
Disposable.Parent
Constructor and Description |
---|
FrameworkSupportInModuleConfigurable() |
Modifier and Type | Method and Description |
---|---|
abstract void |
addSupport(Module module,
ModifiableRootModel rootModel,
ModifiableModelsProvider modifiableModelsProvider) |
abstract javax.swing.JComponent |
createComponent() |
CustomLibraryDescription |
createLibraryDescription() |
void |
dispose()
Usually not invoked directly, see class javadoc.
|
FrameworkLibraryVersionFilter |
getLibraryVersionFilter() |
boolean |
isOnlyLibraryAdded() |
boolean |
isVisible() |
void |
onFrameworkSelectionChanged(boolean selected) |
public FrameworkSupportInModuleConfigurable()
public abstract javax.swing.JComponent createComponent()
public abstract void addSupport(Module module, ModifiableRootModel rootModel, ModifiableModelsProvider modifiableModelsProvider)
public CustomLibraryDescription createLibraryDescription()
public FrameworkLibraryVersionFilter getLibraryVersionFilter()
public void onFrameworkSelectionChanged(boolean selected)
public boolean isOnlyLibraryAdded()
public boolean isVisible()
public void dispose()
Disposable
dispose
in interface Disposable