org.netbeans.api.web.webmodule 1.18

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.
 
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.18

Built on November 22 2009.  |  Portions Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.