|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WizardPageInterface | |
---|---|
com.sas.swing.visuals.wizard | A set of classes used to develop a swing-based wizard. |
com.sas.swing.visuals.wizard2 |
Uses of WizardPageInterface in com.sas.swing.visuals.wizard |
---|
Classes in com.sas.swing.visuals.wizard that implement WizardPageInterface | |
---|---|
class |
BaseWizardPage
This class is provided as a convenience for easily creating wizard pages, and is designed to be subclassed. |
class |
SummaryPage
A subclass of BaseWizardPage provided as a convenience class to be used as a summary page in a wizard. |
Methods in com.sas.swing.visuals.wizard that return WizardPageInterface | |
---|---|
WizardPageInterface |
Wizard.createNamedPage(java.lang.String pageName)
This method should be overridden by Wizard subclasses if delayed page instantiation is selected. |
WizardPageInterface |
WizardPageDeck.getPage(java.lang.String pageName)
Returns a WizardPageInterface object corresponding to name pageName , or null
if the object has not yet been created. |
WizardPageInterface |
Wizard.getPage(java.lang.String pageName)
Returns a WizardPageInterface object corresponding to its name pageName . |
WizardPageInterface[] |
WizardPageDeck.getPages()
Returns an array of all instantiated pages in the wizard. |
Methods in com.sas.swing.visuals.wizard with parameters of type WizardPageInterface | |
---|---|
void |
WizardPageDeck.addPage(java.lang.String pageName,
WizardPageInterface page)
Adds a WizardPageInterface object and its corresponding name to the pageTable . |
void |
Wizard.addPage(java.lang.String pageName,
WizardPageInterface page)
Adds a page instance and its corresponding name to the wizard, and adds the page name to the end of the path . |
java.lang.String |
WizardPageDeck.getPageName(WizardPageInterface page)
Returns the name of the WizardPageInterface object page . |
java.lang.String |
Wizard.getPageName(WizardPageInterface page)
Returns name of a WizardPageInterface object page . |
Uses of WizardPageInterface in com.sas.swing.visuals.wizard2 |
---|
Methods in com.sas.swing.visuals.wizard2 that return WizardPageInterface | |
---|---|
WizardPageInterface |
Wizard.createNamedPage(java.lang.String pageName)
This method should be overridden by Wizard subclasses if delayed page instantiation is selected. |
WizardPageInterface |
WizardPageDeck.getPage(java.lang.String pageName)
Returns a WizardPageInterface object corresponding to name pageName , or null
if the object has not yet been created. |
WizardPageInterface |
Wizard.getPage(java.lang.String pageName)
Returns a WizardPageInterface object corresponding to its name pageName . |
WizardPageInterface[] |
WizardPageDeck.getPages()
Returns an array of all instantiated pages in the wizard. |
Methods in com.sas.swing.visuals.wizard2 with parameters of type WizardPageInterface | |
---|---|
void |
WizardPageDeck.addPage(java.lang.String pageName,
WizardPageInterface page)
Adds a WizardPageInterface object and its corresponding name to the pageTable . |
void |
Wizard.addPage(java.lang.String pageName,
WizardPageInterface page)
Adds a page instance and its corresponding name to the wizard, and adds the page name to the end of the path . |
java.lang.String |
WizardPageDeck.getPageName(WizardPageInterface page)
Returns the name of the WizardPageInterface object page . |
java.lang.String |
Wizard.getPageName(WizardPageInterface page)
Returns name of a WizardPageInterface object page . |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |