| org.netbeans.modules.etl.ui.view.wizards.ETLCollaborationWizardTransferPanel org.netbeans.modules.etl.ui.view.wizards.ETLCollaborationWizardTransferFinishPanel
ETLCollaborationWizardTransferFinishPanel | public class ETLCollaborationWizardTransferFinishPanel extends ETLCollaborationWizardTransferPanel implements WizardDescriptor.FinishablePanel(Code) | | Extends ETLCollaborationWizardTransferPanel, implementing the interface
WizardDescriptor.FinishPanel to allows its containing wizard to enable the "Finish"
button.
author: Jonathan Giron version: $Revision$ |
ETLCollaborationWizardTransferFinishPanel | public ETLCollaborationWizardTransferFinishPanel(String title, List dsList, Collection destColl, boolean sourceDb)(Code) | | Creates a new instance of ETLCollaborationWizardTransferPanel using the given
ListModels to initially populate the source and destination panels.
Parameters: title - String to be displayed as title of this panel Parameters: dsList - List of DatabaseModels used to populate datasource panel Parameters: destColl - Collection of DBTables used to populate table panel Parameters: sourceDb - true if this panel displays available selections for source Databases;false if it displays available destination Databases |
ETLCollaborationWizardTransferFinishPanel | public ETLCollaborationWizardTransferFinishPanel(String title, List dsList, Collection destColl, boolean sourceDb, boolean enableNext)(Code) | | Creates a new instance of ETLCollaborationWizardTransferPanel using the given
ListModels to initially populate the source and destination panels.
Parameters: title - String to be displayed as title of this panel Parameters: dsList - List of DatabaseModels used to populate datasource panel Parameters: destColl - Collection of DBTables used to populate table panel Parameters: sourceDb - true if this panel displays available selections for source Databases;false if it displays available destination Databases Parameters: enableNext - true if Next button should always be enabled for this panel. |
isFinishPanel | public boolean isFinishPanel()(Code) | | |
isValid | public boolean isValid()(Code) | | See Also: org.openide.WizardDescriptor.Panel.isValid |
|
|