com.ozziefix.jlwizard.demo
Class PlafDemo

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

public class PlafDemo
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  Wizard wizard
           
 
Constructor Summary
protected PlafDemo()
          Creates a new WindowsDemo object.
protected PlafDemo(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 Wizard wizard
Constructor Detail

PlafDemo

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

Throws:
WizardException - When the wizard cannot be created

PlafDemo

protected PlafDemo(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.