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

Packages that use RawTabularData
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.process Provides CAST Importer ImportProcess class. 
pl.edu.agh.cast.importer.base.tokenizer Provides CAST Importer base classes used for the data tokenization during the import process. 
pl.edu.agh.cast.importer.base.tokenizer.ack Provides CAST Importer base classes used for the data tokenization of CSV text files during the import process. 
pl.edu.agh.cast.importer.base.tokenizer.csv Provides CAST Importer base classes used for the data tokenization of text files (.txt, .csv) during the import process. 
pl.edu.agh.cast.importer.base.tokenizer.fixedwidth Provides CAST Importer base classes used for the data tokenization of fixed width text files during the import process. 
pl.edu.agh.cast.importer.base.tokenizer.xls Provides CAST Importer base classes used for the data tokenization of MS Excel (XLS) files during the import process. 
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 Provides CAST Importer wizard's classes for the import wizard dialogs. 
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.utils Provides CAST Importer wizard's various user interface utility classes. 
 

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

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

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

Method parameters in pl.edu.agh.cast.importer.base.parser with type arguments of type RawTabularData
 List<TabularData> ImportParser.parse(List<RawTabularData> rawTabularDatas, org.eclipse.core.runtime.IProgressMonitor monitor)
          Parse given unanalyzed tabular data.
 List<TabularData> IImportParser.parse(List<RawTabularData> rawTabularDatas, org.eclipse.core.runtime.IProgressMonitor monitor)
          Parse given unanalyzed tabular data.
 

Uses of RawTabularData in pl.edu.agh.cast.importer.base.process
 

Fields in pl.edu.agh.cast.importer.base.process with type parameters of type RawTabularData
protected  List<RawTabularData> ImportProcess.tokenizedData
          Tokenized data.
 

Methods in pl.edu.agh.cast.importer.base.process that return RawTabularData
 RawTabularData ImportProcess.getTokenizePreview()
          Generates preview of tokenizer work.
 

Methods in pl.edu.agh.cast.importer.base.process that return types with arguments of type RawTabularData
 List<RawTabularData> ImportProcess.getTokenizedData()
           
 

Uses of RawTabularData in pl.edu.agh.cast.importer.base.tokenizer
 

Methods in pl.edu.agh.cast.importer.base.tokenizer that return types with arguments of type RawTabularData
 List<RawTabularData> IImportTokenizer.tokenize(InputStream dataIs, long rowsLimit, org.eclipse.core.runtime.IProgressMonitor monitor)
          Splits a given input stream into tokens, using specified tokenizer options.
 

Uses of RawTabularData in pl.edu.agh.cast.importer.base.tokenizer.ack
 

Methods in pl.edu.agh.cast.importer.base.tokenizer.ack that return types with arguments of type RawTabularData
 List<RawTabularData> AckTokenizer.tokenize(InputStream dataIs, long rowsLimit, org.eclipse.core.runtime.IProgressMonitor monitor)
          Splits a given input stream into tokens, using specified tokenizer options.
 

Uses of RawTabularData in pl.edu.agh.cast.importer.base.tokenizer.csv
 

Methods in pl.edu.agh.cast.importer.base.tokenizer.csv that return types with arguments of type RawTabularData
 List<RawTabularData> CsvTokenizer.tokenize(InputStream dataIs, long rowsLimit, org.eclipse.core.runtime.IProgressMonitor monitor)
          Splits a given input stream into tokens, using specified tokenizer options.
 

Uses of RawTabularData in pl.edu.agh.cast.importer.base.tokenizer.fixedwidth
 

Methods in pl.edu.agh.cast.importer.base.tokenizer.fixedwidth that return types with arguments of type RawTabularData
 List<RawTabularData> FixedWidthTokenizer.tokenize(InputStream is, long rowsLimit, org.eclipse.core.runtime.IProgressMonitor monitor)
          Splits a given input stream into tokens, using specified tokenizer options.
 

Uses of RawTabularData in pl.edu.agh.cast.importer.base.tokenizer.xls
 

Methods in pl.edu.agh.cast.importer.base.tokenizer.xls that return types with arguments of type RawTabularData
 List<RawTabularData> XlsTokenizer.tokenize(InputStream dataIs, long rowsLimit, org.eclipse.core.runtime.IProgressMonitor monitor)
          Splits a given input stream into tokens, using specified tokenizer options.
 

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

Methods in pl.edu.agh.cast.importer.base.util that return types with arguments of type RawTabularData
 List<RawTabularData> ImporterUtil.tokenizeData(String path, IImportTokenizer tokenizer, long rowsLimit, org.eclipse.core.runtime.IProgressMonitor monitor)
          Tokenizes the specified number of rows from given file using the specified tokenizer and its options.
 

Uses of RawTabularData in pl.edu.agh.cast.importer.wizard.dialog
 

Constructors in pl.edu.agh.cast.importer.wizard.dialog with parameters of type RawTabularData
AdvancedEncodingDialog(org.eclipse.swt.widgets.Shell parent, FileParamsSelectionPage mediator, Charset selectedEncoding, RawTabularData data)
          The default constructor.
 

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

Methods in pl.edu.agh.cast.importer.wizard.page that return RawTabularData
 RawTabularData FileParamsSelectionPage.loadPreview(Charset fileEncoding, List<ITokenizerOption> tokenizerOptions, int previewRowsLimit)
          Loads a data preview by importing a given amount of rows (PREVIEW_ROWS_LIMIT) of a specified data file, with use of a tokenizer of a specified identifier and its options.
 

Methods in pl.edu.agh.cast.importer.wizard.page with parameters of type RawTabularData
 void AnalyzersSelectionPageComposite.createTable(RawTabularData data)
          Calls ComboBoxTableCreator.createTable() method, which creates table basing on items and data to insert into the combo boxes and tokenized raw tabular data.
 

Uses of RawTabularData in pl.edu.agh.cast.importer.wizard.utils
 

Methods in pl.edu.agh.cast.importer.wizard.utils with parameters of type RawTabularData
 void ComboBoxTableCreator.createTable(org.eclipse.swt.widgets.Composite container, String[] comboItems, Object[] comboData, RawTabularData rawTabData)
          Creates table basing on column names and tokenized raw tabular data.
 



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