Uses of Class
pl.edu.agh.cast.importer.base.data.TabularDataColumn

Packages that use TabularDataColumn
pl.edu.agh.cast.importer.base.converter Provides CAST Importer base classes used for the data conversion during the import process. 
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.general Provides CAST Importer base classes for the general domain model. 
 

Uses of TabularDataColumn in pl.edu.agh.cast.importer.base.converter
 

Methods in pl.edu.agh.cast.importer.base.converter that return types with arguments of type TabularDataColumn
protected abstract  List<TabularDataColumn> AbstractImportConverter.getPreviewColumns()
           
 

Method parameters in pl.edu.agh.cast.importer.base.converter with type arguments of type TabularDataColumn
protected  void AbstractImportConverter.createAndAddColumn(List<TabularDataColumn> columns, IConversionRule rule, Class<?> type, String caption)
           
 

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

Method parameters in pl.edu.agh.cast.importer.base.data with type arguments of type TabularDataColumn
 void TabularData.setColumns(List<TabularDataColumn> columns)
           
 

Constructors in pl.edu.agh.cast.importer.base.data with parameters of type TabularDataColumn
TabularDataColumn(TabularDataColumn column)
          The copying constructor.
 

Uses of TabularDataColumn in pl.edu.agh.cast.importer.base.general
 

Methods in pl.edu.agh.cast.importer.base.general that return types with arguments of type TabularDataColumn
protected  List<TabularDataColumn> GeneralImportConverter.getPreviewColumns()
           
 



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