| |
|
| java.lang.Object org.netbeans.modules.web.wizards.WrapperSelection
WrapperSelection | public class WrapperSelection implements WizardDescriptor.Panel(Code) | | A single panel descriptor for a wizard.
You probably want to make a wizard iterator to hold it.
author: Milan Kuchtiak |
Constructor Summary | |
public | WrapperSelection(TemplateWizard wizard) Create the wizard panel descriptor. |
WrapperSelection | public WrapperSelection(TemplateWizard wizard)(Code) | | Create the wizard panel descriptor.
|
getHelp | public HelpCtx getHelp()(Code) | | |
isValid | public boolean isValid()(Code) | | |
isWrapper | boolean isWrapper()(Code) | | |
storeSettings | public void storeSettings(Object settings)(Code) | | |
|
|
|