Uses of Class
gui.multisource.MultisourceDocument.SourceSegment

Packages that use MultisourceDocument.SourceSegment
gui.multisource The gui.multisource package implements a text display component that can display text from multiple sources and show a color bar that indicates the source of each part of the text. 
 

Uses of MultisourceDocument.SourceSegment in gui.multisource
 

Methods in gui.multisource that return types with arguments of type MultisourceDocument.SourceSegment
 java.util.Iterator<MultisourceDocument.SourceSegment> MultisourceDocument.segments(int so, int eo)
          msd.segments() returns an iterator for the segments in msd that contain offsets from so to eo, inclusive.