com.metamatrix.console.ui.util
Interface WizardInterface

All Known Implementing Classes:
CreateVDBPanel, ImportBindingWizardController, ImportVdbRolesPanel, ImportWizardController, MaterializationWizard, NewAuthenticationProviderWizardController, NewBindingWizardController, NewEntitlementWizardPanel, NewGroupsWizardController, WizardInterfaceImpl

public interface WizardInterface


Method Summary
 int getCurrentPageIndex()
          Get the current page index within the wizard.
 javax.swing.AbstractButton getForwardButton()
          Implementer assumes this method will only be called by the current page.
 java.awt.Component getOwner()
          For purpose of "owner" argument if creating a dialog, return the owner, i.e.
 int getPageCount()
          Get the page count within the wizard.
 java.awt.Component[] getPages()
          Get the pages.
 

Method Detail

getForwardButton

javax.swing.AbstractButton getForwardButton()
Implementer assumes this method will only be called by the current page. Will return the "Finish" button if the current page is the last page, and the "Next button otherwise.


getCurrentPageIndex

int getCurrentPageIndex()
Get the current page index within the wizard.


getPageCount

int getPageCount()
Get the page count within the wizard.


getPages

java.awt.Component[] getPages()
Get the pages.


getOwner

java.awt.Component getOwner()
For purpose of "owner" argument if creating a dialog, return the owner, i.e. the wizard panel.



Copyright © 2009. All Rights Reserved.