public static class OldFrameworkSupportProviderWrapper.FrameworkSupportConfigurableWrapper extends FrameworkSupportInModuleConfigurable
Disposable.Parent
Constructor and Description |
---|
FrameworkSupportConfigurableWrapper(FrameworkSupportConfigurable configurable) |
Modifier and Type | Method and Description |
---|---|
void |
addSupport(Module module,
ModifiableRootModel rootModel,
ModifiableModelsProvider modifiableModelsProvider) |
javax.swing.JComponent |
createComponent() |
CustomLibraryDescription |
createLibraryDescription() |
FrameworkSupportConfigurable |
getConfigurable() |
FrameworkLibraryVersionFilter |
getLibraryVersionFilter() |
boolean |
isOnlyLibraryAdded() |
boolean |
isVisible() |
void |
onFrameworkSelectionChanged(boolean selected) |
dispose
public FrameworkSupportConfigurableWrapper(FrameworkSupportConfigurable configurable)
public FrameworkSupportConfigurable getConfigurable()
public void onFrameworkSelectionChanged(boolean selected)
onFrameworkSelectionChanged
in class FrameworkSupportInModuleConfigurable
public boolean isVisible()
isVisible
in class FrameworkSupportInModuleConfigurable
public javax.swing.JComponent createComponent()
createComponent
in class FrameworkSupportInModuleConfigurable
public boolean isOnlyLibraryAdded()
isOnlyLibraryAdded
in class FrameworkSupportInModuleConfigurable
public CustomLibraryDescription createLibraryDescription()
createLibraryDescription
in class FrameworkSupportInModuleConfigurable
public FrameworkLibraryVersionFilter getLibraryVersionFilter()
getLibraryVersionFilter
in class FrameworkSupportInModuleConfigurable
public void addSupport(Module module, ModifiableRootModel rootModel, ModifiableModelsProvider modifiableModelsProvider)
addSupport
in class FrameworkSupportInModuleConfigurable