Uses of Class
com.sas.swing.visuals.wizard2.Wizard

Packages that use Wizard
com.sas.swing.visuals.wizard2   
 

Uses of Wizard in com.sas.swing.visuals.wizard2
 

Fields in com.sas.swing.visuals.wizard2 declared as Wizard
protected  Wizard WizardPageDeck.wizard
          The Wizard object that contains this WizardPageDeck.
protected  Wizard Next_FinishAction.wizard
          The Wizard object associated with this Action.
protected  Wizard HelpAction.wizard
          The Wizard object associated with this Action.
protected  Wizard FinishAction.wizard
          The Wizard object associated with this Action.
protected  Wizard CancelAction.wizard
          The Wizard object associated with this Action.
protected  Wizard BaseWizardPage.wizard
          The Wizard object to which the page belongs
protected  Wizard BackAction.wizard
          The Wizard object associated with this Action.
 

Methods in com.sas.swing.visuals.wizard2 with parameters of type Wizard
static com.sas.swing.visuals.wizard2.WizardDialog Wizard.getWizardDialog(javax.swing.JFrame frame, Wizard wizard)
          Creates and returns a dialog containing wizard.
static void Wizard.showWizardDialog(javax.swing.JFrame frame, Wizard wizard)
          Displays a Wizard object in a dialog.
 

Constructors in com.sas.swing.visuals.wizard2 with parameters of type Wizard
BackAction(Wizard wizard)
           
BaseWizardPage(Wizard wizard)
          Calls BaseWizardPage(wizard, null).
BaseWizardPage(Wizard wizard, java.lang.String pageInfo)
          Creates a BaseWizardPage object with the specified wizard, and pageInfo.
CancelAction(Wizard wizard)
           
FinishAction(Wizard wizard)
           
HelpAction(Wizard wizard)
           
Next_FinishAction(Wizard wizard)
           
SummaryPage(Wizard wizard, java.lang.String pageInfo)
          Creates a SummaryPage with a BorderLayout layout manager, and a JTextArea object, textArea, added to the center.
WizardPageDeck(Wizard wizard)
          Creates a WizardPageDeck object to be contained in a Wizard.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.