public interface FrameworkConfigurationPanel extends WizardDescriptor.Panel(Code)
Extension to
org.openide.WizardDescriptor.Panel . It allows to enable or disable
the framework configuration panel components as requested by the different
usages of the panel.
org.netbeans.modules.web.spi.webmodule.WebModuleExtender
Method Summary
public void
enableComponents(boolean enable) Enables or disables the panel components.
Method Detail
enableComponents
public void enableComponents(boolean enable)(Code)
Enables or disables the panel components.
Parameters: enable - if the components should be enabled or disabled