|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WizardPanel | |
|---|---|
| com.essbase.eas.ui | |
| Uses of WizardPanel in com.essbase.eas.ui |
|---|
| Subclasses of WizardPanel in com.essbase.eas.ui | |
|---|---|
class |
SimpleWizardPanelTitle: Default Wizard Panel Description: This is a default wizard panel which is split as following +----------------+----------------------------------+ | | Panel Info | | Wizard Info +----------------------------------+ | | | | | Content Panel | +----------------+----------------------------------+ Copyright: Copyright (c) 2001 Hyperion Solutions Corporation. |
| Fields in com.essbase.eas.ui declared as WizardPanel | |
|---|---|
protected WizardPanel |
SimpleWizardPanel.next |
protected WizardPanel |
SimpleWizardPanel.previous |
| Methods in com.essbase.eas.ui that return WizardPanel | |
|---|---|
abstract WizardPanel |
WizardPanel.getNextPanel() |
WizardPanel |
SimpleWizardPanel.getNextPanel() |
abstract WizardPanel |
WizardPanel.getPreviousPanel() |
WizardPanel |
SimpleWizardPanel.getPreviousPanel() |
WizardPanel |
WizardDialog.getVisiblePanel() |
WizardPanel[] |
WizardDialog.getWizardPanels() |
| Methods in com.essbase.eas.ui with parameters of type WizardPanel | |
|---|---|
void |
WizardDialog.addWizardPanel(WizardPanel panel)Note: initial current visible Wizard Panel is the first panel that gets added |
void |
WizardDialog.addWizardPanels(WizardPanel[] panels)Note: initial current visible Wizard Panel is the first panel that gets added |
void |
WizardButtonPanel.refreshButtonState(WizardPanel panel) |
abstract void |
WizardPanel.setNextPanel(WizardPanel p) |
void |
SimpleWizardPanel.setNextPanel(WizardPanel panel) |
abstract void |
WizardPanel.setPreviousPanel(WizardPanel p) |
void |
SimpleWizardPanel.setPreviousPanel(WizardPanel panel) |
| Constructors in com.essbase.eas.ui with parameters of type WizardPanel | |
|---|---|
SimpleWizardPanel(java.lang.Class c, java.lang.String wizardResource, java.lang.String panelResource, java.lang.String name, WizardPanel previous, WizardPanel next, boolean enableFinish) |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||