gzz
Interface SearchableCellTexter

All Superinterfaces:
CellTexter
All Known Implementing Classes:
SimpleVStreamTexter

public interface SearchableCellTexter
extends CellTexter

A CellTexter that provides a StringSearcher.


Method Summary
 StringSearcher getStringSearcher()
          Get a StringSearcher that maps cells' texts to cells.
 
Methods inherited from interface gzz.CellTexter
copyText, deleteText, getCellsWithContent, getText, insertText, moveText, setText
 

Method Detail

getStringSearcher

public StringSearcher getStringSearcher()
Get a StringSearcher that maps cells' texts to cells.