A C F G J S

J

JPage - class com.persistent.wizard.JPage.
Used to create a page to be added to a wizard.
JPage() - Constructor for class com.persistent.wizard.JPage
 
JWizard - class com.persistent.wizard.JWizard.
This is to Create a Dialog to show the wizard.
JWizard(JFrame, String) - Constructor for class com.persistent.wizard.JWizard
 
JWizard(String) - Constructor for class com.persistent.wizard.JWizard
This is used to create default frame whose size dimentions are 600px X 600 px.
JWizard(String, Dimension) - Constructor for class com.persistent.wizard.JWizard
Creates default JFrame object but allows user to set dimentions of Wizard.
JWizard(JFrame, String, Dimension) - Constructor for class com.persistent.wizard.JWizard
User is allowed to specify his dimentions to resize Wizard.

A C F G J S