Uses of Package
com.raelity.text

Packages that use com.raelity.text
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   
 

Classes in com.raelity.text used by com.raelity.jvi
RegExp
          This is a simple interface to regular expressions.
TextUtil.MySegment
          To support jdk1.5, need a segment that isa CharSequence.
 

Classes in com.raelity.text used by com.raelity.jvi.swing
TextUtil.MySegment
          To support jdk1.5, need a segment that isa CharSequence.
 

Classes in com.raelity.text used by com.raelity.text
RegExp
          This is a simple interface to regular expressions.
RegExpPatternError
          This exception occurs when a regular expression pattern has an error and will not compile.
RegExpResult
          This class hold the results of a regular expression pattern against an input.
TextUtil.MySegment
          To support jdk1.5, need a segment that isa CharSequence.