Uses of Interface
pl.edu.agh.cast.importer.base.parser.analyzer.IAnalyzer

Packages that use IAnalyzer
pl.edu.agh.cast.importer.base.data Provides CAST Importer base inner data formats, used by the import process, or more precisely by the IImportTokenizer, IImportParser and IAnalyzers. 
pl.edu.agh.cast.importer.base.parser Provides CAST Importer base classes used for the data parsing during the import process. 
pl.edu.agh.cast.importer.base.parser.analyzer Provides CAST Importer base classes representing import analyzers and their utility classes, used by the import parsers. 
pl.edu.agh.cast.importer.base.util Provides CAST Importer various general utility classes for the base data importer. 
pl.edu.agh.cast.importer.wizard.dialog.analyzer Provides CAST Importer wizard's classes for the import wizard analyzer dialogs (configuring different data types). 
pl.edu.agh.cast.importer.wizard.page Provides CAST Importer wizard's user classes for the import wizard pages and their main composites. 
 

Uses of IAnalyzer in pl.edu.agh.cast.importer.base.data
 

Methods in pl.edu.agh.cast.importer.base.data that return IAnalyzer
 IAnalyzer TabularDataColumn.getAnalyzer()
           
 IAnalyzer TabularData.getColumnAnalyzer(int index)
          Returns IAnalyzer for column from input index.
 

Methods in pl.edu.agh.cast.importer.base.data with parameters of type IAnalyzer
 void TabularDataColumn.setAnalyzer(IAnalyzer analyzer)
           
 

Constructors in pl.edu.agh.cast.importer.base.data with parameters of type IAnalyzer
TabularDataColumn(Class<?> type, int inputColumnIdx, IAnalyzer analyzer)
          The default constructor.
 

Uses of IAnalyzer in pl.edu.agh.cast.importer.base.parser
 

Methods in pl.edu.agh.cast.importer.base.parser that return types with arguments of type IAnalyzer
 List<IAnalyzer> ImportParser.getAnalyzers()
           
 

Method parameters in pl.edu.agh.cast.importer.base.parser with type arguments of type IAnalyzer
 void ImportParser.setAnalyzers(List<IAnalyzer> analyzers)
           
 

Constructor parameters in pl.edu.agh.cast.importer.base.parser with type arguments of type IAnalyzer
ImportParser(List<IAnalyzer> importAnalyzers)
          The default constructor.
 

Uses of IAnalyzer in pl.edu.agh.cast.importer.base.parser.analyzer
 

Classes in pl.edu.agh.cast.importer.base.parser.analyzer that implement IAnalyzer
 class AbstractDateAnalyzer
          Analyzer for the objects in Date format.
 class DateAnalyzer
          Analyzer for the DateDataType objects representing the connection's date.
 class DateAndTimeAnalyzer
          Analyzer for the DateAndTimeDataType objects representing the connection's date and time.
 class DirectionAnalyzer
          Analyzer for the Strings representing a direction.
 class IntegerAnalyzer
          Analyzer for the Integer objects.
 class StringAnalyzer
          Analyzer for the String objects.
 class TimeAnalyzer
          Analyzer for the TimeDataType objects representing the connection's time.
 

Methods in pl.edu.agh.cast.importer.base.parser.analyzer that return IAnalyzer
 IAnalyzer IAnalyzer.createCopy()
          Creates a copy of the current analyzer.
 IAnalyzer StringAnalyzer.createCopy()
          Creates a copy of the current analyzer.
 IAnalyzer DateAnalyzer.createCopy()
          Creates a copy of the current analyzer.
 IAnalyzer IntegerAnalyzer.createCopy()
          Creates a copy of the current analyzer.
 IAnalyzer DateAndTimeAnalyzer.createCopy()
          Creates a copy of the current analyzer.
 IAnalyzer TimeAnalyzer.createCopy()
          Creates a copy of the current analyzer.
 IAnalyzer DirectionAnalyzer.createCopy()
          Creates a copy of the current analyzer.
 

Uses of IAnalyzer in pl.edu.agh.cast.importer.base.util
 

Methods in pl.edu.agh.cast.importer.base.util that return IAnalyzer
 IAnalyzer DataTypeInfo.getAnalyzer()
           
 

Constructors in pl.edu.agh.cast.importer.base.util with parameters of type IAnalyzer
DataTypeInfo(String dataTypeId, String name, IAnalyzer analyzer)
          The default constructor.
 

Uses of IAnalyzer in pl.edu.agh.cast.importer.wizard.dialog.analyzer
 

Fields in pl.edu.agh.cast.importer.wizard.dialog.analyzer declared as IAnalyzer
protected  IAnalyzer AbstractDataTypeConfigDialog.analyzer
          The cached selected data format (used mainly for the date/time configuration).
 

Methods in pl.edu.agh.cast.importer.wizard.dialog.analyzer with parameters of type IAnalyzer
 void AbstractDataTypeConfigDialog.setData(ComboBoxTableCreator mediatorTabCreator, int columnIdx, IAnalyzer selectedAnalyzer)
          Sets necessary data for this data type configuration dialog.
 

Uses of IAnalyzer in pl.edu.agh.cast.importer.wizard.page
 

Methods in pl.edu.agh.cast.importer.wizard.page that return types with arguments of type IAnalyzer
 List<IAnalyzer> AnalyzersSelectionPageComposite.getSelectedAnalyzers()
          Retrieves the selected analyzers from the combo data of the table creator.
 



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