Uses of Class
com.raelity.text.TextUtil.MySegment

Packages that use TextUtil.MySegment
com.raelity.jvi This is the main package of the jVi editor; it contains the primary editing engine. 
com.raelity.jvi.swing   
com.raelity.text   
 

Uses of TextUtil.MySegment in com.raelity.jvi
 

Methods in com.raelity.jvi that return TextUtil.MySegment
 TextUtil.MySegment ViBuffer.getLineSegment(int line)
          The associated character iterator is initialized with first().
 TextUtil.MySegment ViBuffer.getSegment(int offset, int length, TextUtil.MySegment segment)
          Fill the argument segment with the requested text.
static TextUtil.MySegment Util.truncateNewline(TextUtil.MySegment seg)
           
 

Methods in com.raelity.jvi with parameters of type TextUtil.MySegment
static int Edit.beginlineColumnIndex(int flags, TextUtil.MySegment txt)
          Move cursor to start of line.
static int Misc.coladvanceColumnIndex(int wcol, TextUtil.MySegment txt)
           
static int Misc.coladvanceColumnIndex(int wcol, TextUtil.MySegment txt, MutableBoolean reached)
          coladvance(col).
static int Misc.coladvanceColumnIndex(TextUtil.MySegment txt)
           
 TextUtil.MySegment ViBuffer.getSegment(int offset, int length, TextUtil.MySegment segment)
          Fill the argument segment with the requested text.
static TextUtil.MySegment Util.truncateNewline(TextUtil.MySegment seg)
           
 

Uses of TextUtil.MySegment in com.raelity.jvi.swing
 

Methods in com.raelity.jvi.swing that return TextUtil.MySegment
 TextUtil.MySegment DefaultBuffer.getLineSegment(int line)
           
 TextUtil.MySegment DefaultBuffer.getSegment(int offset, int length, TextUtil.MySegment seg)
           
 

Methods in com.raelity.jvi.swing with parameters of type TextUtil.MySegment
 TextUtil.MySegment DefaultBuffer.getSegment(int offset, int length, TextUtil.MySegment seg)
           
 

Uses of TextUtil.MySegment in com.raelity.text
 

Constructors in com.raelity.text with parameters of type TextUtil.MySegment
TextUtil.MySegment(TextUtil.MySegment seg)