org.formaria.editor.netbeans.newproject
Class LocationPanel
java.lang.Object
org.formaria.editor.netbeans.newproject.LocationPanel
- All Implemented Interfaces:
- PanelValidator
public class LocationPanel
- 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.5 $
License: see license.txt
|
Constructor Summary |
LocationPanel(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 |
LocationPanel
public LocationPanel(WizardDescriptor wd)
- Create the wizard panel descriptor.
pageDisplayed
public void pageDisplayed()
pageHidden
public void pageHidden()
getComponent
public java.awt.Component getComponent()
getHelp
public HelpCtx getHelp()
getValidations
public java.lang.String getValidations()
- Specified by:
getValidations in interface PanelValidator
isPackageName
public boolean isPackageName(java.lang.String name)
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)