org.formaria.editor.netbeans.project.newpage
Class NewDialogIterator

java.lang.Object
  extended by org.formaria.editor.netbeans.project.newpage.NewPageIterator
      extended by org.formaria.editor.netbeans.project.newpage.NewDialogIterator

public class NewDialogIterator
extends NewPageIterator

A template wizard iterator (sequence of panels). Used to fill in the second and subsequent panels in the New wizard. Associate this to a template inside a layer using the Sequence of Panels extra property. Create one or more panels from template as needed too.

Copyright Formaria Ltd. (c) 2001-2004

License: see license.txt


Field Summary
 
Fields inherited from class org.formaria.editor.netbeans.project.newpage.NewPageIterator
currentProject
 
Constructor Summary
NewDialogIterator()
           
 
Method Summary
 
Methods inherited from class org.formaria.editor.netbeans.project.newpage.NewPageIterator
addChangeListener, createPanels, createSteps, current, hasNext, hasPrevious, initialize, instantiate, name, nextPanel, previousPanel, removeChangeListener, uninitialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewDialogIterator

public NewDialogIterator()