Uses of Interface
com.metamatrix.console.ui.util.WizardInterface

Packages that use WizardInterface
com.metamatrix.console.ui.util   
com.metamatrix.console.ui.views.authorization   
com.metamatrix.console.ui.views.connector   
com.metamatrix.console.ui.views.connectorbinding   
com.metamatrix.console.ui.views.entitlements   
com.metamatrix.console.ui.views.users   
com.metamatrix.console.ui.views.vdb   
 

Uses of WizardInterface in com.metamatrix.console.ui.util
 

Classes in com.metamatrix.console.ui.util that implement WizardInterface
 class WizardInterfaceImpl
           
 

Methods in com.metamatrix.console.ui.util that return WizardInterface
 WizardInterface BasicWizardSubpanelContainer.getWizardInterface()
           
 

Constructors in com.metamatrix.console.ui.util with parameters of type WizardInterface
BasicWizardSubpanelContainer(WizardInterface wizInterface)
           
ChooserPanel(WizardInterface wizardInterface, int step, int openOrSave, java.lang.String stepDesc, java.lang.String[] fileExtensions, java.lang.String fileViewDescription)
           
ChooserPanel(WizardInterface wizardInterface, int step, int openOrSave, java.lang.String stepDesc, java.lang.String[] fileExtensions, java.lang.String fileViewDescription, java.lang.String userPreferenceKey)
           
 

Uses of WizardInterface in com.metamatrix.console.ui.views.authorization
 

Classes in com.metamatrix.console.ui.views.authorization that implement WizardInterface
 class NewAuthenticationProviderWizardController
          New AuthenticationProvider WizardController
 

Constructors in com.metamatrix.console.ui.views.authorization with parameters of type WizardInterface
NewAuthenticationProviderSelectPanel(WizardInterface wizardInterface, ConnectionInfo connection)
           
NewAuthenticationProviderSpecificationPanel(WizardInterface wizardInterface, ConnectionInfo connection)
          Constructor
 

Uses of WizardInterface in com.metamatrix.console.ui.views.connector
 

Classes in com.metamatrix.console.ui.views.connector that implement WizardInterface
 class ImportWizardController
           
 

Constructors in com.metamatrix.console.ui.views.connector with parameters of type WizardInterface
ImportWizardConfirmationPanel(ImportWizardController cntrlr, WizardInterface wizardInterface, int callType)
           
ImportWizardConnectorIDPanel(WizardInterface wizardInterface, int callType)
           
ImportWizardDuplicatesPanel(ImportWizardController cntrlr, WizardInterface wizardInterface)
           
ImportWizardFileSelectorPanel(ImportWizardControllerInterface cntrlr, WizardInterface wizardInterface, int callType)
           
 

Uses of WizardInterface in com.metamatrix.console.ui.views.connectorbinding
 

Classes in com.metamatrix.console.ui.views.connectorbinding that implement WizardInterface
 class ImportBindingWizardController
           
 class NewBindingWizardController
           
 

Constructors in com.metamatrix.console.ui.views.connectorbinding with parameters of type WizardInterface
ImportBindingWizardRenamePanel(WizardInterface wizardInterface, ConnectorManager connecMgr)
           
NewBindingWizardConnectorSelectPanel(WizardInterface wizardInterface, ConnectionInfo connection)
           
NewBindingWizardCreateConfirmPanel(WizardInterface wizardInterface)
           
NewBindingWizardSpecificationPanel(WizardInterface wizardInterface, ConnectionInfo connection)
           
 

Uses of WizardInterface in com.metamatrix.console.ui.views.entitlements
 

Classes in com.metamatrix.console.ui.views.entitlements that implement WizardInterface
 class NewEntitlementWizardPanel
           
 

Constructors in com.metamatrix.console.ui.views.entitlements with parameters of type WizardInterface
NewEntitlementBasedOnPanel(int stepNum, java.lang.String title, java.lang.String[] paragraphs, EntitlementsTableModel model, WizardInterface wizardInterface)
           
NewEntitlementConfirmationPanel(WizardInterface wizardInterface)
           
NewEntitlementNamePanel(EntitlementsDataInterface dataSrc, NewEntitlementController ctrlr, WizardInterface wizardInterface)
           
 

Uses of WizardInterface in com.metamatrix.console.ui.views.users
 

Classes in com.metamatrix.console.ui.views.users that implement WizardInterface
 class NewGroupsWizardController
           
 

Constructors in com.metamatrix.console.ui.views.users with parameters of type WizardInterface
NewGroupsWizardSelectionPanel(WizardInterface wizardInterface, GroupsManager manager, java.util.Collection removeList)
          Constructor
 

Uses of WizardInterface in com.metamatrix.console.ui.views.vdb
 

Classes in com.metamatrix.console.ui.views.vdb that implement WizardInterface
 class CreateVDBPanel
          Replaces the old ImportVdbVersionWizardPanel, NewVdbVersionWizardPanel, and NewVdbWizardPanel, which among them had way too much duplicated code.
 class ImportVdbRolesPanel
          ImportVdbRolesPanel - panels necessary for import of a VDB Roles file.
 class MaterializationWizard
          Wizard for exporting Materialization scripts for a VDB.
 

Constructors in com.metamatrix.console.ui.views.vdb with parameters of type WizardInterface
VdbRoleOptionsPanel(VirtualDatabase vdb, WizardInterface wizardInterface, int stepNum)
           
VdbWizardConfirmPanel(VirtualDatabase vdb, WizardInterface wizardInterface, int stepNum)
           
VdbWizardConfirmPanel(WizardInterface wizardInterface, int stepNum)
           
VdbWizardEditConnBindPanel(int step, VirtualDatabase vdb, WizardInterface wizardInterface, ConnectionInfo connection)
           
VdbWizardEditConnBindPanel(int step, WizardInterface wizardInterface, ConnectionInfo connection)
           
VdbWizardEntitlementsPanel(VirtualDatabase vdb, WizardInterface wizardInterface, ConnectionInfo connection, int stepNum)
           
VdbWizardEntitlementsSelectPanel(VirtualDatabase vdb, ConnectionInfo connection, WizardInterface wizardInterface, int stepNum)
           
VdbWizardEntitlementsSelectPanel(VirtualDatabase vdb, ConnectionInfo connection, WizardInterface wizardInterface, int stepNum, boolean showRolesImportOption)
           
VdbWizardEntitlementsSelectPanel(WizardInterface wizardInterface, int stepNum)
           
VdbWizardIdPanel(int step, VirtualDatabase vdb, WizardInterface wizardInterface)
           
VdbWizardIdPanel(int step, WizardInterface wizardInterface)
           
VDBWizardModelVisibilityPanel(int step, WizardInterface wizardInterface)
           
VdbWizardSaveMaterializationFilesPanel(WizardInterface wizardInterface, int stepNum, java.lang.String initialDirectory)
           
VdbWizardUserAndPasswordPanel(WizardInterface wizardInterface, int stepNum)
           
VdbWizardWrittenMaterializationFilesPanel(WizardInterface wizardInterface, int stepNum, boolean alreadyWritten)
           
 



Copyright © 2009. All Rights Reserved.