Uses of Class
annotool.gui.model.Selector

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

Uses of Selector in annotool.gui
 

Methods in annotool.gui with parameters of type Selector
 void ChainPanel.addSelector(Selector sel)
          Adds the supplied selector to the currently selected chain.
 

Uses of Selector in annotool.gui.model
 

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

Methods in annotool.gui.model with parameters of type Selector
 void Chain.addSelector(Selector sel)
           
 

Method parameters in annotool.gui.model with type arguments of type Selector
 void Chain.setSelectors(java.util.ArrayList<Selector> selectors)
           
 

Uses of Selector in annotool.io
 

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

Methods in annotool.io with parameters of type Selector
 void ChainModel.addSelector(Selector sel)
           
 

Method parameters in annotool.io with type arguments of type Selector
 void ChainModel.setSelectors(java.util.ArrayList<Selector> selectors)