Uses of Class
annotool.gui.model.Extractor

Packages that use Extractor
annotool.gui   
annotool.gui.model   
annotool.io   
 

Uses of Extractor in annotool.gui
 

Methods in annotool.gui with parameters of type Extractor
 void ChainPanel.addExtractor(Extractor ex)
          Adds the supplied extractor to the currently selected chain.
 

Uses of Extractor in annotool.gui.model
 

Methods in annotool.gui.model that return types with arguments of type Extractor
 java.util.ArrayList<Extractor> Chain.getExtractors()
           
 

Methods in annotool.gui.model with parameters of type Extractor
 void Chain.addExtractor(Extractor ex)
           
 

Method parameters in annotool.gui.model with type arguments of type Extractor
 void Chain.setExtractors(java.util.ArrayList<Extractor> extractors)
           
 

Uses of Extractor in annotool.io
 

Methods in annotool.io that return types with arguments of type Extractor
 java.util.ArrayList<Extractor> ChainModel.getExtractors()
           
 

Methods in annotool.io with parameters of type Extractor
 void ChainModel.addExtractor(Extractor ex)
           
 

Method parameters in annotool.io with type arguments of type Extractor
 void ChainModel.setExtractors(java.util.ArrayList<Extractor> extractors)