org.formaria.editor.netbeans.newproject
Class ProjectLocationPanel
java.lang.Object
org.formaria.editor.netbeans.newproject.ProjectLocationPanel
- All Implemented Interfaces:
- PanelValidator
public class ProjectLocationPanel
- 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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
visualPanel
public ProjectLocationVisualPanel visualPanel
- The visual component that displays this panel.
If you need to access the component from this class,
just use getComponent().
ProjectLocationPanel
public ProjectLocationPanel(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
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)
fireChangeEvent
public final void fireChangeEvent()