Humboldt Alignment Editor 2.5.0

Uses of Interface
eu.esdihumboldt.hale.common.core.io.ProgressIndicator

Packages that use ProgressIndicator
eu.esdihumboldt.cst   
eu.esdihumboldt.hale.common.align.io.impl   
eu.esdihumboldt.hale.common.align.transformation.service   
eu.esdihumboldt.hale.common.core.io   
eu.esdihumboldt.hale.common.core.io.impl   
eu.esdihumboldt.hale.common.core.io.project.impl   
eu.esdihumboldt.hale.common.headless   
eu.esdihumboldt.hale.io.codelist.xml.reader   
eu.esdihumboldt.hale.io.csv.reader.internal   
eu.esdihumboldt.hale.io.gml.reader.internal   
eu.esdihumboldt.hale.io.gml.writer.internal   
eu.esdihumboldt.hale.io.html   
eu.esdihumboldt.hale.io.oml   
eu.esdihumboldt.hale.io.project.jaxb.reader   
eu.esdihumboldt.hale.io.shp.reader.internal   
eu.esdihumboldt.hale.io.xml.validator   
eu.esdihumboldt.hale.io.xsd.reader   
eu.esdihumboldt.hale.io.xsd.reader.internal   
eu.esdihumboldt.hale.ui.style.io.impl   
 

Uses of ProgressIndicator in eu.esdihumboldt.cst
 

Methods in eu.esdihumboldt.cst with parameters of type ProgressIndicator
protected  void ConceptualSchemaTransformer.doTypeTransformation(TypeTransformationFactory transformation, Cell typeCell, InstanceCollection source, InstanceSink target, Alignment alignment, EngineManager engines, PropertyTransformer transformer, TransformationContext context, TransformationReporter reporter, ProgressIndicator progressIndicator)
          Execute a type transformation based on single type cell
 TransformationReport ConceptualSchemaTransformer.transform(Alignment alignment, InstanceCollection source, InstanceSink target, ProgressIndicator progressIndicator)
           
 

Uses of ProgressIndicator in eu.esdihumboldt.hale.common.align.io.impl
 

Methods in eu.esdihumboldt.hale.common.align.io.impl with parameters of type ProgressIndicator
protected  IOReport DefaultAlignmentWriter.execute(ProgressIndicator progress, IOReporter reporter)
           
protected  IOReport DefaultAlignmentReader.execute(ProgressIndicator progress, IOReporter reporter)
           
 

Uses of ProgressIndicator in eu.esdihumboldt.hale.common.align.transformation.service
 

Methods in eu.esdihumboldt.hale.common.align.transformation.service with parameters of type ProgressIndicator
 TransformationReport TransformationService.transform(Alignment alignment, InstanceCollection source, InstanceSink target, ProgressIndicator progressIndicator)
          Transform a set of source instances according to the given alignment.
 

Uses of ProgressIndicator in eu.esdihumboldt.hale.common.core.io
 

Classes in eu.esdihumboldt.hale.common.core.io that implement ProgressIndicator
 class ProgressMonitorIndicator
          Progress indicator using an IProgressMonitor
 

Methods in eu.esdihumboldt.hale.common.core.io with parameters of type ProgressIndicator
 IOReport IOProvider.execute(ProgressIndicator progress)
          Execute the I/O provider.
 

Uses of ProgressIndicator in eu.esdihumboldt.hale.common.core.io.impl
 

Classes in eu.esdihumboldt.hale.common.core.io.impl that implement ProgressIndicator
 class LogProgressIndicator
          Progress indicator that writes to the console
 class NullProgressIndicator
          Dummy progress indicator ignoring everything you tell him.
 class ProgressIndicatorDecorator
          Progress indicator decorator
 class SubtaskProgressIndicator
          Progress indicator with support for a subtask name.
 

Methods in eu.esdihumboldt.hale.common.core.io.impl with parameters of type ProgressIndicator
 IOReport AbstractImportProvider.execute(ProgressIndicator progress)
           
 IOReport AbstractIOProvider.execute(ProgressIndicator progress)
           
protected abstract  IOReport AbstractIOProvider.execute(ProgressIndicator progress, IOReporter reporter)
          Execute the I/O provider.
 

Constructors in eu.esdihumboldt.hale.common.core.io.impl with parameters of type ProgressIndicator
ProgressIndicatorDecorator(ProgressIndicator decoratee)
          Create a progress indicator decorator
SubtaskProgressIndicator(ProgressIndicator decoratee)
          Create a progress indicator with support for a subtask name.
 

Uses of ProgressIndicator in eu.esdihumboldt.hale.common.core.io.project.impl
 

Methods in eu.esdihumboldt.hale.common.core.io.project.impl with parameters of type ProgressIndicator
protected  IOReport DefaultProjectReader.execute(ProgressIndicator progress, IOReporter reporter)
           
protected  IOReport ArchiveProjectReader.execute(ProgressIndicator progress, IOReporter reporter)
           
protected  IOReport DefaultProjectWriter.execute(ProgressIndicator progress, IOReporter reporter)
           
protected  IOReport ArchiveProjectWriter.execute(ProgressIndicator progress, IOReporter reporter)
           
 

Uses of ProgressIndicator in eu.esdihumboldt.hale.common.headless
 

Methods in eu.esdihumboldt.hale.common.headless with parameters of type ProgressIndicator
static void HeadlessIO.executeProvider(IOProvider provider, IOAdvisor advisor, ProgressIndicator progress, ReportHandler reportHandler)
          Execute the given I/O provider with the given I/O advisor.
 

Uses of ProgressIndicator in eu.esdihumboldt.hale.io.codelist.xml.reader
 

Methods in eu.esdihumboldt.hale.io.codelist.xml.reader with parameters of type ProgressIndicator
protected  IOReport XmlCodeListReader.execute(ProgressIndicator progress, IOReporter reporter)
           
 

Uses of ProgressIndicator in eu.esdihumboldt.hale.io.csv.reader.internal
 

Methods in eu.esdihumboldt.hale.io.csv.reader.internal with parameters of type ProgressIndicator
protected  IOReport CSVSchemaReader.execute(ProgressIndicator progress, IOReporter reporter)
           
protected  IOReport CSVInstanceReader.execute(ProgressIndicator progress, IOReporter reporter)
           
 

Uses of ProgressIndicator in eu.esdihumboldt.hale.io.gml.reader.internal
 

Methods in eu.esdihumboldt.hale.io.gml.reader.internal with parameters of type ProgressIndicator
protected  IOReport StreamGmlReader.execute(ProgressIndicator progress, IOReporter reporter)
           
 

Uses of ProgressIndicator in eu.esdihumboldt.hale.io.gml.writer.internal
 

Methods in eu.esdihumboldt.hale.io.gml.writer.internal with parameters of type ProgressIndicator
protected  IOReport StreamGmlWriter.execute(ProgressIndicator progress, IOReporter reporter)
           
 void StreamGmlWriter.write(InstanceCollection instances, ProgressIndicator progress, IOReporter reporter)
          Write the given instances.
 

Uses of ProgressIndicator in eu.esdihumboldt.hale.io.html
 

Methods in eu.esdihumboldt.hale.io.html with parameters of type ProgressIndicator
protected  IOReport HtmlMappingExporter.execute(ProgressIndicator progress, IOReporter reporter)
           
 

Uses of ProgressIndicator in eu.esdihumboldt.hale.io.oml
 

Methods in eu.esdihumboldt.hale.io.oml with parameters of type ProgressIndicator
protected  IOReport OmlReader.execute(ProgressIndicator progress, IOReporter reporter)
           
 

Uses of ProgressIndicator in eu.esdihumboldt.hale.io.project.jaxb.reader
 

Methods in eu.esdihumboldt.hale.io.project.jaxb.reader with parameters of type ProgressIndicator
protected  IOReport ProjectParser.execute(ProgressIndicator progress, IOReporter reporter)
           
 

Uses of ProgressIndicator in eu.esdihumboldt.hale.io.shp.reader.internal
 

Methods in eu.esdihumboldt.hale.io.shp.reader.internal with parameters of type ProgressIndicator
protected  IOReport ShapeInstanceReader.execute(ProgressIndicator progress, IOReporter reporter)
           
protected  IOReport ShapeSchemaReader.execute(ProgressIndicator progress, IOReporter reporter)
           
 

Uses of ProgressIndicator in eu.esdihumboldt.hale.io.xml.validator
 

Methods in eu.esdihumboldt.hale.io.xml.validator with parameters of type ProgressIndicator
protected  IOReport XmlInstanceValidator.execute(ProgressIndicator progress, IOReporter reporter)
           
 

Uses of ProgressIndicator in eu.esdihumboldt.hale.io.xsd.reader
 

Methods in eu.esdihumboldt.hale.io.xsd.reader with parameters of type ProgressIndicator
protected  IOReport XmlSchemaReader.execute(ProgressIndicator progress, IOReporter reporter)
           
protected  void XmlSchemaReader.loadSchema(String schemaLocation, org.apache.ws.commons.schema.XmlSchema xmlSchema, Set<String> imports, ProgressIndicator progress, boolean mainSchema)
          Load the feature types defined by the given schema
 

Uses of ProgressIndicator in eu.esdihumboldt.hale.io.xsd.reader.internal
 

Constructors in eu.esdihumboldt.hale.io.xsd.reader.internal with parameters of type ProgressIndicator
ProgressURIResolver(org.apache.ws.commons.schema.resolver.URIResolver decoratee, ProgressIndicator progress)
          Create an URI resolver that triggers the given progress indicator
 

Uses of ProgressIndicator in eu.esdihumboldt.hale.ui.style.io.impl
 

Methods in eu.esdihumboldt.hale.ui.style.io.impl with parameters of type ProgressIndicator
protected  IOReport SLDStyleReader.execute(ProgressIndicator progress, IOReporter reporter)
           
protected  IOReport SLDStyleWriter.execute(ProgressIndicator progress, IOReporter reporter)
           
 


Humboldt Alignment Editor 2.5.0

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