|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ozziefix.jlwizard.demo.SimpleDemo
com.ozziefix.jlwizard.demo.SimpleBranchingDemo
public class SimpleBranchingDemo
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.
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 |
---|
protected SimpleBranchingDemo() throws WizardException
Create a new SimpleBranchingDemo
WizardException
- When the demo cannot be initializedprotected SimpleBranchingDemo(Demo parent) throws WizardException
Create a new SimpleBranchingDemo
parent
- the parent frame of the wizard
WizardException
- When the demo cannot be initializedMethod Detail |
---|
public static void main(java.lang.String[] args)
args
- command line arguments
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |