org.formaria.editor.netbeans.newproject
Class FileNamesPanel
java.lang.Object
org.formaria.editor.netbeans.newproject.FileNamesPanel
- All Implemented Interfaces:
- PanelValidator
public class FileNamesPanel
- extends java.lang.Object
- implements PanelValidator
A single panel descriptor for a wizard.
You probably want to make a wizard iterator to hold it.
Copyright (c) Formaria Ltd., 2005
$Revision: 1.6 $
License: see license.txt
|
Constructor Summary |
FileNamesPanel(WizardDescriptor wd)
Create the wizard panel descriptor. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileNamesPanel
public FileNamesPanel(WizardDescriptor wd)
- Create the wizard panel descriptor.
getComponent
public java.awt.Component getComponent()
getHelp
public HelpCtx getHelp()
getValidations
public java.lang.String getValidations()
- Specified by:
getValidations in interface PanelValidator
isValid
public boolean isValid()
readSettings
public void readSettings(java.lang.Object settings)
storeSettings
public void storeSettings(java.lang.Object settings)
addChangeListener
public final void addChangeListener(javax.swing.event.ChangeListener l)
removeChangeListener
public final void removeChangeListener(javax.swing.event.ChangeListener l)