com.ozziefix.jlwizard.demo
Class WindowsDemo

java.lang.Object
  extended by com.ozziefix.jlwizard.demo.WindowsDemo

public class WindowsDemo
extends java.lang.Object

Demonstration of a simple wizard, Windows style.

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  WindowsWizard wizard
           
 
Constructor Summary
protected WindowsDemo()
          Creates a new WindowsDemo object.
protected WindowsDemo(Demo parent)
          Creates a new WindowsDemo object.
 
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 WindowsWizard wizard
Constructor Detail

WindowsDemo

protected WindowsDemo()
               throws WizardException
Creates a new WindowsDemo object.

Throws:
WizardException - When the wizard cannot be created

WindowsDemo

protected WindowsDemo(Demo parent)
               throws WizardException
Creates a new WindowsDemo object.

Parameters:
parent - the parent frame of the wizard
Throws:
WizardException - When the wizard cannot be created
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.