Humboldt Alignment Editor 2.5.0

Uses of Class
eu.esdihumboldt.hale.ui.HaleWizardPage

Packages that use HaleWizardPage
eu.esdihumboldt.hale.io.csv.ui   
eu.esdihumboldt.hale.io.gml.ui   
eu.esdihumboldt.hale.ui.codelist.io   
eu.esdihumboldt.hale.ui.function.generic.pages   
eu.esdihumboldt.hale.ui.functions.core   
eu.esdihumboldt.hale.ui.functions.geometric   
eu.esdihumboldt.hale.ui.functions.groovy   
eu.esdihumboldt.hale.ui.functions.inspire   
eu.esdihumboldt.hale.ui.functions.numeric   
eu.esdihumboldt.hale.ui.io   
eu.esdihumboldt.hale.ui.io.align   
eu.esdihumboldt.hale.ui.io.config   
eu.esdihumboldt.hale.ui.io.instance   
eu.esdihumboldt.hale.ui.io.project   
eu.esdihumboldt.hale.ui.io.project.pages   
eu.esdihumboldt.hale.ui.io.schema   
 

Uses of HaleWizardPage in eu.esdihumboldt.hale.io.csv.ui
 

Subclasses of HaleWizardPage in eu.esdihumboldt.hale.io.csv.ui
 class ReadConfigurationPage
          Advanced configuration for the SchemaReader
 class SchemaTypePage
          Creates the Page used for the Schema Type
 class TypeSelectionPage
          Advanced configuration for the instance reader
 

Uses of HaleWizardPage in eu.esdihumboldt.hale.io.gml.ui
 

Subclasses of HaleWizardPage in eu.esdihumboldt.hale.io.gml.ui
 class RootElementPage
          Configuration page for setting an XML root element
 

Uses of HaleWizardPage in eu.esdihumboldt.hale.ui.codelist.io
 

Subclasses of HaleWizardPage in eu.esdihumboldt.hale.ui.codelist.io
 class CodeListReaderConfigurationPage
          Configuration page for the code list reader
 

Uses of HaleWizardPage in eu.esdihumboldt.hale.ui.function.generic.pages
 

Subclasses of HaleWizardPage in eu.esdihumboldt.hale.ui.function.generic.pages
 class AbstractParameterPage
          Base class for parameter pages.
 class EntitiesPage<T extends AbstractFunction<D>,D extends AbstractParameter,F extends Field<D,?>>
          Page that allows assigning cell entities
 class GenericParameterPage
          Page for configuring function parameters.
 class PropertyEntitiesPage
          Entity page for properties
 class TypeEntitiesPage
          Entity page for types
 

Uses of HaleWizardPage in eu.esdihumboldt.hale.ui.functions.core
 

Subclasses of HaleWizardPage in eu.esdihumboldt.hale.ui.functions.core
 class AssignParameterPage
          Parameter page for assign function.
 class CheckboxParameterPage
          Parameter page showing a checkbox for the specified function params.
 class ClassificationMappingParameterPage
          Parameter page for classification mapping function.
 class FormattedStringParameterPage
          Parameter page for formatted string function.
 class MergeParameterPage
          Parameter page for merge function.
 class SourceListParameterPage<T>
          Base parameter page for parameter pages that contain a listing of source types which can be put together to a target value.
 class SourceViewerParameterPage
          Parameter page using a source viewer.
 class TextSourceListParameterPage
          Base parameter page for parameter pages that contain a listing of source types which can be put together to a target value.
 

Uses of HaleWizardPage in eu.esdihumboldt.hale.ui.functions.geometric
 

Subclasses of HaleWizardPage in eu.esdihumboldt.hale.ui.functions.geometric
 class NetworkExpansionParameterPage
          Parameter page for specifying the buffer width expression.
 

Uses of HaleWizardPage in eu.esdihumboldt.hale.ui.functions.groovy
 

Subclasses of HaleWizardPage in eu.esdihumboldt.hale.ui.functions.groovy
 class GroovyParameterPage
          Parameter page for Groovy function.
 

Uses of HaleWizardPage in eu.esdihumboldt.hale.ui.functions.inspire
 

Subclasses of HaleWizardPage in eu.esdihumboldt.hale.ui.functions.inspire
 class GeographicalNamePage
          Wizard page for the inspire geographical name function
 class IdentifierParameterPage
          Wizard page for the inspire identifier function
 

Uses of HaleWizardPage in eu.esdihumboldt.hale.ui.functions.numeric
 

Subclasses of HaleWizardPage in eu.esdihumboldt.hale.ui.functions.numeric
 class MathExpressionParameterPage
          Parameter page for mathematical expression function.
 class SequentialIDParameterPage
          Parameter page for the sequential ID function.
 

Uses of HaleWizardPage in eu.esdihumboldt.hale.ui.io
 

Subclasses of HaleWizardPage in eu.esdihumboldt.hale.ui.io
 class ExportSelectProviderPage<P extends ExportProvider,W extends ExportWizard<P>>
          Wizard page that allows selecting an I/O provider
 class ExportSelectTargetPage<P extends ExportProvider,W extends ExportWizard<P>>
          Wizard page that allows selecting a target file
 class ImportSelectSourcePage<P extends ImportProvider,W extends ImportWizard<P>>
          Wizard page that allows selecting a source file or provider
 class IOWizardPage<P extends IOProvider,W extends IOWizard<P>>
          Abstract I/O wizard page
 

Uses of HaleWizardPage in eu.esdihumboldt.hale.ui.io.align
 

Subclasses of HaleWizardPage in eu.esdihumboldt.hale.ui.io.align
 class AlignmentReaderConfigurationPage
          Base class for AlignmentReader configuration pages
 class AlignmentWriterConfigurationPage
          Base class for AlignmentWriter configuration pages
 

Uses of HaleWizardPage in eu.esdihumboldt.hale.ui.io.config
 

Subclasses of HaleWizardPage in eu.esdihumboldt.hale.ui.io.config
 class AbstractConfigurationPage<P extends IOProvider,W extends IOWizard<P>>
          Base type for I/O configuration wizard pages.
 

Uses of HaleWizardPage in eu.esdihumboldt.hale.ui.io.instance
 

Subclasses of HaleWizardPage in eu.esdihumboldt.hale.ui.io.instance
 class InstanceReaderConfigurationPage
          Base class for InstanceReader configuration pages
 class InstanceSelectTargetPage
          Wizard page that allows selecting a target instance file and a corresponding validator
 class InstanceWriterConfigurationPage
          Base class for InstanceWriter configuration pages
 

Uses of HaleWizardPage in eu.esdihumboldt.hale.ui.io.project
 

Subclasses of HaleWizardPage in eu.esdihumboldt.hale.ui.io.project
 class OpenProjectConfigurationPage
          Base class for ProjectReader configuration pages.
 class SaveProjectConfigurationPage
          Base class for ProjectWriter configuration pages
 class SaveProjectDetailsPage
          Wizard page that allows changing project name and author.
 

Uses of HaleWizardPage in eu.esdihumboldt.hale.ui.io.project.pages
 

Subclasses of HaleWizardPage in eu.esdihumboldt.hale.ui.io.project.pages
 class ArchiveProjectWriterConfigurationPage
          Archive Project Writer Configuration Page for additional project resources
 class ZipProjectWriterConfigurationPage
          Configuration page for the ZipProjectWriter
 

Uses of HaleWizardPage in eu.esdihumboldt.hale.ui.io.schema
 

Subclasses of HaleWizardPage in eu.esdihumboldt.hale.ui.io.schema
 class SchemaReaderConfigurationPage
          Base class for SchemaReader configuration pages
 


Humboldt Alignment Editor 2.5.0

Build 2012-12-03_12-30-59
Revision 9d2dd4b0318cda9f1393b1ddd390f7f792d70a2d