pl.edu.agh.cast.importer.wizard.util
Interface IWizardPluginRegistryProvider

All Known Implementing Classes:
MockWizardPluginRegistryProvider

public interface IWizardPluginRegistryProvider

Basic interface for the wizard implementation provider.

Author:
AGH CAST Team

Method Summary
 AbstractConversionRuleConfigDialog getConversionRuleConfigDialogInstance(String ruleId)
          Returns the conversion rule configuration dialog for given rule identifier.
 AbstractConversionRulesSelectionPage getConversionRulesSelectionPageInstance(String pageId)
          Returns the conversion rules selection page for given page identifier.
 AbstractDataTypeConfigDialog getDataTypeConfigDialogInstance(String dataTypeId)
          Returns the data type configuration dialog for given data type identifier.
 

Method Detail

getConversionRulesSelectionPageInstance

AbstractConversionRulesSelectionPage getConversionRulesSelectionPageInstance(String pageId)
                                                                             throws org.eclipse.core.runtime.CoreException
Returns the conversion rules selection page for given page identifier.

Parameters:
pageId - the id of conversion rules selection page
Returns:
the conversion rules selection page with given id
Throws:
org.eclipse.core.runtime.CoreException

getConversionRuleConfigDialogInstance

AbstractConversionRuleConfigDialog getConversionRuleConfigDialogInstance(String ruleId)
                                                                         throws org.eclipse.core.runtime.CoreException
Returns the conversion rule configuration dialog for given rule identifier.

Parameters:
ruleId - the id of conversion rule
Returns:
the conversion rules configuration page for given rule id
Throws:
org.eclipse.core.runtime.CoreException

getDataTypeConfigDialogInstance

AbstractDataTypeConfigDialog getDataTypeConfigDialogInstance(String dataTypeId)
                                                             throws org.eclipse.core.runtime.CoreException
Returns the data type configuration dialog for given data type identifier.

Parameters:
dataTypeId - the id of data type
Returns:
the data type configuration page for given rule id
Throws:
org.eclipse.core.runtime.CoreException


Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.