Uses of Interface
gzz.CellTexter

Packages that use CellTexter
gzz gzz 
gzz.diff   
gzz.impl   
gzz.index   
 

Uses of CellTexter in gzz
 

Subinterfaces of CellTexter in gzz
 interface SearchableCellTexter
          A CellTexter that provides a StringSearcher.
 interface VStreamCellTexter
          An extension of CellTexter for referential text.
 

Methods in gzz that return CellTexter
 CellTexter Space.getCellTexter()
           
 

Uses of CellTexter in gzz.diff
 

Subinterfaces of CellTexter in gzz.diff
 interface DeltaCellTexter
          The CellTexter of a DeltaSpace.
 

Uses of CellTexter in gzz.impl
 

Subinterfaces of CellTexter in gzz.impl
 interface ModularCellTexter
          A celltexter that knows how to act in a ModularSpace.
 

Classes in gzz.impl that implement CellTexter
 class EvilCellTexter
          Some non-referential implementations of CellTexter methods.
 class SimpleDeltaVStreamTexter
          An extension of SimpleVStreamTexter into a DeltaCellTexter.
 class SimpleVStreamTexter
          A simple referential CellTexter.
 

Methods in gzz.impl that return CellTexter
 CellTexter AbstractSpace.getCellTexter()
           
 

Uses of CellTexter in gzz.index
 

Subinterfaces of CellTexter in gzz.index
 interface IndexedVStreamCellTexter
          A cell texter that can be queried for links and transclusions.