com.ozziefix.jlwizard.demo
Class SimpleDemo

java.lang.Object
  extended by com.ozziefix.jlwizard.demo.SimpleDemo
Direct Known Subclasses:
SimpleBranchingDemo

public class SimpleDemo
extends java.lang.Object

A very simple demonstration of a Wizard

Version:
$Revision: 1.1 $
Author:
Jurgen Lust

Field Summary
protected  DemoCommentsPage commentsPage
           
protected  DemoEmployeeDetailsPage employeePage
           
protected  DemoGeneralPage generalPage
           
protected  DemoWizardModel model
           
protected  DemoOverviewPage overviewPage
           
protected  SimpleWizard wizard
           
 
Constructor Summary
protected SimpleDemo()
           Create a new SimpleDemo
protected SimpleDemo(Demo parent)
           Create a new SimpleDemo
 
Method Summary
static void main(java.lang.String[] args)
           main method of the demo
protected  void start()
           Start the demo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

commentsPage

protected DemoCommentsPage commentsPage

employeePage

protected DemoEmployeeDetailsPage employeePage

generalPage

protected DemoGeneralPage generalPage

overviewPage

protected DemoOverviewPage overviewPage

model

protected DemoWizardModel model

wizard

protected SimpleWizard wizard
Constructor Detail

SimpleDemo

protected SimpleDemo()
              throws WizardException

Create a new SimpleDemo

Throws:
WizardException - when the demo cannot be initialized

SimpleDemo

protected SimpleDemo(Demo parent)
              throws WizardException

Create a new SimpleDemo

Parameters:
parent - the parent frame of the wizard dialog
Throws:
WizardException - when the demo cannot be initialized
Method Detail

main

public static void main(java.lang.String[] args)

main method of the demo

Parameters:
args - command line arguments

start

protected void start()
              throws WizardException

Start the demo

Throws:
WizardException


Copyright © 2004 - 2005 by Jurgen Lust.