org.netbeans.api.web.webmodule 1.9

org.netbeans.modules.web.spi.webmodule
Interface FrameworkConfigurationPanel

All Superinterfaces:
org.openide.WizardDescriptor.Panel

Deprecated. This class has been replaced with WebModuleExtender.

@Deprecated
public interface FrameworkConfigurationPanel
extends org.openide.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.
 
Methods inherited from interface org.openide.WizardDescriptor.Panel
addChangeListener, getComponent, getHelp, isValid, readSettings, removeChangeListener, storeSettings
 

Method Detail

enableComponents

void enableComponents(boolean enable)
Deprecated. 
Enables or disables the panel components.

Parameters:
enable - if the components should be enabled or disabled

org.netbeans.api.web.webmodule 1.9

Built on September 25 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.