org.formaria.editor.netbeans.newproject
Class ProjectLocationPanel

java.lang.Object
  extended by 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


Field Summary
 ProjectLocationVisualPanel visualPanel
          The visual component that displays this panel.
 
Constructor Summary
ProjectLocationPanel(WizardDescriptor wd)
          Create the wizard panel descriptor.
 
Method Summary
 void addChangeListener(javax.swing.event.ChangeListener l)
           
 void fireChangeEvent()
           
 java.awt.Component getComponent()
           
 HelpCtx getHelp()
           
 java.lang.String getValidations()
           
 boolean isValid()
           
 void pageDisplayed()
           
 void pageHidden()
           
 void readSettings(java.lang.Object settings)
           
 void removeChangeListener(javax.swing.event.ChangeListener l)
           
 void storeSettings(java.lang.Object settings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

visualPanel

public ProjectLocationVisualPanel visualPanel
The visual component that displays this panel. If you need to access the component from this class, just use getComponent().

Constructor Detail

ProjectLocationPanel

public ProjectLocationPanel(WizardDescriptor wd)
Create the wizard panel descriptor.

Method Detail

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()