Uses of Interface
pl.edu.agh.cast.importer.base.tokenizer.ITokenizerOption

Packages that use ITokenizerOption
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.wizard.page Provides CAST Importer wizard's user classes for the import wizard pages and their main composites. 
 

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

Method parameters in pl.edu.agh.cast.importer.base.process with type arguments of type ITokenizerOption
 void ImportProcess.setTokenizerOptions(List<ITokenizerOption> options)
          Sets the tokenizer options.
 

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

Classes in pl.edu.agh.cast.importer.base.tokenizer that implement ITokenizerOption
 class TokenizerOption
          Basic implementation of ITokenizerOption.
 

Fields in pl.edu.agh.cast.importer.base.tokenizer with type parameters of type ITokenizerOption
protected  List<ITokenizerOption> AbstractImportTokenizer.options
          The tokenizer options.
 

Methods in pl.edu.agh.cast.importer.base.tokenizer that return types with arguments of type ITokenizerOption
 List<ITokenizerOption> IImportTokenizer.getTokenizerOptions()
          Returns tokenizer options.
 List<ITokenizerOption> AbstractImportTokenizer.getTokenizerOptions()
          Returns tokenizer options.
 

Method parameters in pl.edu.agh.cast.importer.base.tokenizer with type arguments of type ITokenizerOption
 void IImportTokenizer.setTokenizerOptions(List<ITokenizerOption> options)
          Sets the tokenizer options.
 void AbstractImportTokenizer.setTokenizerOptions(List<ITokenizerOption> tokenizerOptions)
          Sets the tokenizer options.
 

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

Methods in pl.edu.agh.cast.importer.wizard.page that return types with arguments of type ITokenizerOption
 List<ITokenizerOption> DelimiterSelectionPageComposite.getSelectedTokenizerOptions()
          Retrieves the selected tokenizer options.
 

Method parameters in pl.edu.agh.cast.importer.wizard.page with type arguments of type ITokenizerOption
 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.
 



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