|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractImportWizardPage | |
---|---|
pl.edu.agh.cast.importer.wizard.general | Provides CAST Importer wizard's user classes for those import wizard pages and their main composites, which are associated with general domain model. |
pl.edu.agh.cast.importer.wizard.page | Provides CAST Importer wizard's user classes for the import wizard pages and their main composites. |
pl.edu.agh.cast.importer.wizard.strategy | Provides CAST Importer wizard's various import strategies classes. |
Uses of AbstractImportWizardPage in pl.edu.agh.cast.importer.wizard.general |
---|
Subclasses of AbstractImportWizardPage in pl.edu.agh.cast.importer.wizard.general | |
---|---|
class |
GeneralConversionRulesSelectionPage
Page of the import wizard, which serves for selection of conversion rules for each domain field. |
Uses of AbstractImportWizardPage in pl.edu.agh.cast.importer.wizard.page |
---|
Subclasses of AbstractImportWizardPage in pl.edu.agh.cast.importer.wizard.page | |
---|---|
class |
AbstractConversionRulesSelectionPage
Abstract class for conversion rules selection pages of the importer wizard. |
class |
AnalyzersSelectionPage
Page of the import wizard, which serves for selection of analyzers for each column. |
class |
ConversionPreviewPage
Page of import wizard which serves preview of converted data. |
class |
DelimiterSelectionPage
Page of the import wizard, which serves for selection of data column delimiters. |
class |
FileParamsSelectionPage
Page of the import wizard, which serves for initial selection of all basic information that are required by the import process, such as selection of the data file format, domain model and encoding. |
class |
FixedWidthColumnSelectionPage
Page of the import wizard, which serves for selection of columns for a fixed width data file. |
class |
InitImportPage
Page of the import wizard, which serves for selection of data to import, as well as selection of whether an existing template is to be used or applied or neither. |
class |
TemplatePropertiesPage
Template properties page. |
class |
ValidationPage
Page of the import wizard, which serves for import data validation after the parsing process. |
Uses of AbstractImportWizardPage in pl.edu.agh.cast.importer.wizard.strategy |
---|
Methods in pl.edu.agh.cast.importer.wizard.strategy that return AbstractImportWizardPage | |
---|---|
AbstractImportWizardPage |
CreateTemplateWizardStrategy.getNextPage(AbstractImportWizardPage current)
Calculates which wizard page should be next, and returns reference to next page. |
AbstractImportWizardPage |
AbstractStepByStepImportStrategy.getNextPage(AbstractImportWizardPage current)
Calculates which wizard page should be next, and returns reference to next page. |
AbstractImportWizardPage |
UseTemplateWizardStrategy.getNextPage(AbstractImportWizardPage current)
Calculates which wizard page should be next, and returns reference to next page. |
AbstractImportWizardPage |
IImportWizardStrategy.getNextPage(AbstractImportWizardPage current)
Calculates which wizard page should be next, and returns reference to next page. |
AbstractImportWizardPage |
ApplyTemplateWizardStrategy.getNextPage(AbstractImportWizardPage current)
Calculates which wizard page should be next, and returns reference to next page. |
Methods in pl.edu.agh.cast.importer.wizard.strategy with parameters of type AbstractImportWizardPage | |
---|---|
AbstractImportWizardPage |
CreateTemplateWizardStrategy.getNextPage(AbstractImportWizardPage current)
Calculates which wizard page should be next, and returns reference to next page. |
AbstractImportWizardPage |
AbstractStepByStepImportStrategy.getNextPage(AbstractImportWizardPage current)
Calculates which wizard page should be next, and returns reference to next page. |
AbstractImportWizardPage |
UseTemplateWizardStrategy.getNextPage(AbstractImportWizardPage current)
Calculates which wizard page should be next, and returns reference to next page. |
AbstractImportWizardPage |
IImportWizardStrategy.getNextPage(AbstractImportWizardPage current)
Calculates which wizard page should be next, and returns reference to next page. |
AbstractImportWizardPage |
ApplyTemplateWizardStrategy.getNextPage(AbstractImportWizardPage current)
Calculates which wizard page should be next, and returns reference to next page. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |