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

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

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

Fields in com.sas.swing.visuals.wizard2 declared as WizardPageDeck
protected  WizardPageDeck Wizard.deck
          A WizardPageDeck object that contains and manages all of the wizard pages.
protected  WizardPageDeck ButtonNavigationPanel.deck
          A WizardPageDeck object containing pages through which the buttons in this ButtonNavigationPanel control the navigation.
 

Methods in com.sas.swing.visuals.wizard2 that return WizardPageDeck
 WizardPageDeck Wizard.createWizardPageDeck()
          Factory method used to construct the deckobject.
 

Constructors in com.sas.swing.visuals.wizard2 with parameters of type WizardPageDeck
ButtonNavigationPanel(WizardPageDeck deck)
          Creates a ButtonNavigationPanel with Back, Next, Cancel, and Help buttons, created from the corresponding Actions defined in the Wizard class.
ButtonNavigationPanel(WizardPageDeck deck, javax.swing.Action[] action, java.lang.Object[] constraint)
           
ButtonNavigationPanel(WizardPageDeck deck, java.lang.String[] buttonText, java.lang.String[] actionCommand, java.lang.Object[] constraint)
          Creates a right aligned ButtonNavigationPanel containing the specified buttons.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.