|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ozziefix.jlwizard.demo.PlafDemo
public class PlafDemo
Demonstration of a simple wizard, Windows style.
| 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 |
|---|
protected DemoCommentsPage commentsPage
protected DemoEmployeeDetailsPage employeePage
protected DemoGeneralPage generalPage
protected DemoOverviewPage overviewPage
protected DemoWizardModel model
protected Wizard wizard
| Constructor Detail |
|---|
protected PlafDemo()
throws WizardException
WizardException - When the wizard cannot be created
protected PlafDemo(Demo parent)
throws WizardException
parent - the parent frame of the wizard
WizardException - When the wizard cannot be created| Method Detail |
|---|
public static void main(java.lang.String[] args)
main method of the demo
args - command line arguments
protected void start()
throws WizardException
Start the demo
WizardException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||