butler.swing.form
Class Wizard

java.lang.Object
  extended by butler.swing.form.Form
      extended by butler.swing.form.Wizard
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class Wizard
extends Form

Author:
Fredrik Bertilsson

Nested Class Summary
 
Nested classes/interfaces inherited from class butler.swing.form.Form
Form.XMLFactory
 
Field Summary
 
Fields inherited from class butler.swing.form.Form
CENTER, ONE_THIRD
 
Constructor Summary
Wizard(DWizard desc)
           
 
Method Summary
 java.awt.Container getPanel()
           
 
Methods inherited from class butler.swing.form.Form
actionPerformed, askSave, beforeClose, cancel, close, createForm, getDescriptor, getExitMenuItem, getFileMenu, getFrame, getMenuBar, getSaveAction, getTitle, init, isDirty, main, populate, populate, registerFormFactory, run, save, setFrame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Wizard

public Wizard(DWizard desc)
       throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getPanel

public java.awt.Container getPanel()
                            throws java.lang.Exception
Specified by:
getPanel in class Form
Throws:
java.lang.Exception