com.ozziefix.jlwizard.demo
Class SimpleBranchingDemo

java.lang.Object
  extended by com.ozziefix.jlwizard.demo.SimpleDemo
      extended by com.ozziefix.jlwizard.demo.SimpleBranchingDemo

public class SimpleBranchingDemo
extends SimpleDemo

This is a demonstration of branching in a Wizard. The employee page is visible only when the employee checkbox on the general page is checked.

Version:
$Revision: 1.1 $
Author:
Jurgen Lust

Field Summary
 
Fields inherited from class com.ozziefix.jlwizard.demo.SimpleDemo
commentsPage, employeePage, generalPage, model, overviewPage, wizard
 
Constructor Summary
protected SimpleBranchingDemo()
           Create a new SimpleBranchingDemo
protected SimpleBranchingDemo(Demo parent)
           Create a new SimpleBranchingDemo
 
Method Summary
static void main(java.lang.String[] args)
          main method of this demo
 
Methods inherited from class com.ozziefix.jlwizard.demo.SimpleDemo
start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleBranchingDemo

protected SimpleBranchingDemo()
                       throws WizardException

Create a new SimpleBranchingDemo

Throws:
WizardException - When the demo cannot be initialized

SimpleBranchingDemo

protected SimpleBranchingDemo(Demo parent)
                       throws WizardException

Create a new SimpleBranchingDemo

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

main

public static void main(java.lang.String[] args)
main method of this demo

Parameters:
args - command line arguments


Copyright © 2004 - 2005 by Jurgen Lust.