|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WizardPageDeck | |
---|---|
com.sas.swing.visuals.wizard | A set of classes used to develop a swing-based wizard. |
Uses of WizardPageDeck in com.sas.swing.visuals.wizard |
---|
Fields in com.sas.swing.visuals.wizard 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.wizard that return WizardPageDeck | |
---|---|
WizardPageDeck |
Wizard.createWizardPageDeck()
Factory method used to construct the deck object. |
Constructors in com.sas.swing.visuals.wizard 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. |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |