org.netbeans.modules.web.spi.webmodule
Interface FrameworkConfigurationPanel
- All Superinterfaces:
- WizardDescriptor.Panel
Deprecated. This class has been replaced with WebModuleExtender.
@Deprecated
public interface FrameworkConfigurationPanel
- extends WizardDescriptor.Panel
Extension to WizardDescriptor.Panel. It allows to enable or disable
the framework configuration panel components as requested by the different
usages of the panel.
|
Method Summary |
void |
enableComponents(boolean enable)
Deprecated. Enables or disables the panel components. |
enableComponents
void enableComponents(boolean enable)
- Deprecated.
- Enables or disables the panel components.
- Parameters:
enable - if the components should be enabled or disabled